I have a menu screen that implements UINavigationController
and on top of that screen, using presentModalViewController
, I place another screen on which I want to have another UINavigationController
. I have tried to implement another navigation controller to handle the new screen but I either get a navbar 1/8th the way down the screen and it crashes or nothing at all. I have tried [[UINavigationController alloc] initWithRootViewController:navigationConroller]
with no success as well. I'm just using pushViewController
to try and place the next nib on the stack which doesn't work. What am I doing wrong?
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- how do you prevent page scroll in textarea on mobi
- Custom UITableview cell accessibility not working
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Open iOS 11 Files app via URL Scheme or some other
- ios7 new pan gesture to go back in navigation stac
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- Can not export audiofiles via “open in:” from Voic
Although there are a lot of people saying on forums that Apple doesn't allow this I have got it to work. What you have to do is: