ios - Unable to programmatically "push" viewcontroller using showSegue in IOS8 -
I defined each other with source tableview controller and programmatically for destination controller when clicking on a However, I think segue does not "push" the destination view controller. On the other hand, if I segue the string Do you have a SEZ in your storyboard called Or, if you just If you want to push another view controller, you can only
[auto display cigu with identifier: @ "pushdownignation visual controller" sender: sender: self];
[auto show view controller: Destination View Controller] it works. In addition, if I call using the Destination View Controller program, then it works. Can anyone suggest that this is a known problem in iOS 8 or if I am missing something.
pushToDestinationViewController ? You will need to ensure that this Segue is the first choice in the bottom of your storyboard.
[self.navigationController pushViewController: destinationViewController] . / div>
Comments
Post a Comment