I would like to animate my view in response to a user action to look like the animation for a pushviewcontroller. That is, I want the view to slide off-screen ...
When I push or pop a UIViewController, how long does the animation takes to complete the slide animation. I have a view on the main window, which I need to slide ...
[self.navigationController pushViewController:vcSummary animated:YES ]; is leading to my application crash (which is already in app store) on device, but working perfectly on my iPhone 5.0 simulator.
Please suggest is there any way ...
I am doing view based app and i have added tableview. Now i have written in didSelectRowAtIndexPath method as below when user clicks on a row then navigate to "learncourse" nib.