iOS Error:'Push segues can only be used when the source controller is managed by an instance of UINavigationController.''
I tried to add a button which will jump a Navigation Control Screen after it clicked. But I ran the application, after the button is clicked, I got this error, 'Push segues can only be used when the source controller is managed by an instance of UINavigationController.'' By try and error, I found that is because the button cannot use "Push" action, you need to use modal action. Then that will work!
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 4552 feedbacks awaiting moderation...
Form is loading...