Hi friends,
I am working application in which i calling presentModalViewController and once finished(calling dismissModalViewControllerAnimated:YES) it should immediately call popToRootViewControllerAnimated.
But the issue is dismissModalViewControllerAnimated:YES is working properly but popToRootViewControllerAnimated is not working a...
Every example I can find shows me how to create a project where the main window is a NavigationController.
I don't want that because once the users navigate to a certain part of my app, I don't want them to be able to get back until a certain point.
For the life of me I cannot figure out how to make a NavigationController be a SubView o...
I have view a that has a table cell and a save button.
If I touch the table cell, a new navigation view slides in (view b). In the view b, I have one UITextView where I type all the context I need save. And of course there is 'back' button on the top left side of the 'view b'.
'view a' has a save button, it wants save content of the t...