i have a tabbarController application that has 4 tab bar item ,i need in first item to open a viewController only here.
I try whit this
[self presentModalViewController:nvc animated:NO];
work and to come back previous view?
Thank’s for any suggest
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From your comment, I now think I understand the question, but let me rephrase it to ensure that I am correct:
What you want to know is that if you open a modal viewController using presentModelViewController, how do you close it to get back to the viewController that presented it.
If that’s the correct question, here is your answer:
on the viewController that has been presented (the one that is modal), if iOS 5.x call
if not, call