Hi Matej, Thanks for your answer. I checked what you said and indeed the pointer is null. What I don't understand, is how this application doesn't have a UINavigationController. How am I switching between the front and back view if there isn't a navigation controller? I used the code you suggested and it works, but that is not what I want. What I want is the default behavior for a UITableView: when the user clicks on a row, a new view slides from the right, and then when the user clicks back, we're back in the view that contains the UITableView.
If I were to create the UINavigationController, where should I do this? In the MainViewController.h? In the FlipsideViewController.h? Thanks again for the help, aa On May 16, 2010, at 6:19 PM, Matej Bukovinski wrote: > Hi Alejandro, > > I don't see that you create a UINavigationController in your code and since > the unity application template doesn't already provide one I assume > self.navigationController in your code is nil. Check with the debugger to > make sure. > > If you're after a standard flip effect I suggest presenting a modal view > controller: > > dvController.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal; > [self presentModalViewController:dvController animated:YES]; > > Regards, > Matej Bukovinski > > _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com