Re: [iOS] How to add push animation to view controller without a navigation controller

2010-12-12 Thread Tharindu Madushanka
Hi, Thanks, Great. I added a navigation controller and [navController setNavigationBarHidden:YES animated:NO]; Or Shows Navigation Bar tick on Interface Builder. :) This was really simple finally. On Sat, Dec 11, 2010 at 10:48 PM, Matt Neuburg wrote: > On Fri, 10 Dec 2010 11:22:16 +0530, Tha

Re: [iOS] How to add push animation to view controller without a navigation controller

2010-12-11 Thread Matt Neuburg
On Fri, 10 Dec 2010 11:22:16 +0530, Tharindu Madushanka said: >Hi, > >I would like to present my next view controller in a way that pushed in. But >my first view controller is not a navigation controller. It sounds like you're saying you want the very same animation you get from a navigation co

Re: [iOS] How to add push animation to view controller without a navigation controller

2010-12-11 Thread Andreas Grosam
On Dec 10, 2010, at 1:49 PM, Tharindu Madushanka wrote: > Hi, > Thanks. > > But. This works with two views appearing as pushed. But I would like to have > animation for my next view controller. > > But with two view controllers when other view controller shown, how could we > present that wit

Re: [iOS] How to add push animation to view controller without a navigation controller

2010-12-10 Thread Tharindu Madushanka
Hi, Thanks. But. This works with two views appearing as pushed. But I would like to have animation for my next view controller. But with two view controllers when other view controller shown, how could we present that with similar animation. // animate up view with fade CATransition *animati

Re: [iOS] How to add push animation to view controller without a navigation controller

2010-12-10 Thread Andreas Grosam
On Dec 10, 2010, at 6:52 AM, Tharindu Madushanka wrote: > Hi, > > I would like to present my next view controller in a way that pushed in. But > my first view controller is not a navigation controller. > > How could I do this. Is it possible ? If you want a view to be animated in the same way

[iOS] How to add push animation to view controller without a navigation controller

2010-12-09 Thread Tharindu Madushanka
Hi, I would like to present my next view controller in a way that pushed in. But my first view controller is not a navigation controller. How could I do this. Is it possible ? Thanks and Kind Regards, Tharindu ___ Cocoa-dev mailing list (Cocoa-dev@li