Animating an NSView in from Below.

2010-01-04 Thread Joshua Garnham
I know there are tutorials like Marcus Zarras which shows how to change from one view to another, but I would like to animate in a view which isn't going to replace another view. Here's what I have at the moment:http://drp.ly/9w86s (Test App). The view seems to slide in but the view isn't actually

Re: Animating an NSView in from Below.

2010-01-04 Thread Graham Cox
On 05/01/2010, at 12:16 AM, Joshua Garnham wrote: I know there are tutorials like Marcus Zarras which shows how to change from one view to another, but I would like to animate in a view which isn't going to replace another view. Here's what I have at the moment:http://drp.ly/9w86s (Test

Re: Animating an NSView in from Below.

2010-01-04 Thread Florian Soenens
Joshua, you are only setting the frames of your views but you never add secondView as a subview of your window. Florian. On 04 Jan 2010, at 14:16, Joshua Garnham wrote: I know there are tutorials like Marcus Zarras which shows how to change from one view to another, but I would like to