i am using navigation based app. i am using push pop for switching view. But when i desire to use present model view controller in order to slide up view..then push pop not work properly?
How can i slideup my view/
i am using navigation based app. i am using push pop for switching view.
Share
You have to use the navigationController instance not the View inside.
[self.navigationController presentModalViewController:proView animated:YES];