Re: Core Animation with NSWindow
Re: Core Animation with NSWindow
- Subject: Re: Core Animation with NSWindow
- From: Ankuj Gupta <email@hidden>
- Date: Wed, 17 Apr 2013 10:10:22 +0530
Hi Jens
The problem that I have is I cant change the apis for creating the windows.
The only function which I can modify is when we are showing that window.
That is where I need to animate it
Ankuj Gupta
On Tue, Apr 16, 2013 at 10:07 PM, Jens Alfke <email@hidden> wrote:
>
> On Apr 16, 2013, at 5:10 AM, Ankuj Gupta <email@hidden> wrote:
>
> Can we use Core Animation with NSWindow ? The apple's documentation
> mentions that we can use only with NSView. If there is any documentation
> for core animation used with NSWIndow
>
>
> NSWindow doesn’t draw anything itself (aside from the window frame). All
> drawing takes place in NSViews. If you want to draw into the entire window,
> just make an empty window in Interface Builder, drop a “Custom View” into
> it, and resize it to fill the whole window.
>
> —Jens
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden