Sunday, September 29, 2013

Solving problems on the IOS page Jump

First attach a picture


Will, I set in the settings click on the subject, the label how the controller to jump to home.
My approach is

[Self.navigationController presentModalViewController: main animated: YES [;
But doing so would lead me home pictures can not show, but the bottom of the label switching also gone
Reply:
This should be your arrangements controller nesting problems.
presentModalViewController is a pop-up modal dialog API, if your case, at least label bar is included in the navigationController. Should use a mainController navigationController and labels containing bar the controller, if you need to return home, then for mainController operation, rather than navigationController

No comments:

Post a Comment