Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
iOS Development
Getting started with Xcode , problems with push segues
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Nethfel" data-source="post: 1336703" data-attributes="member: 89124"><p>If you're going to use a push segue, you need to have a navigation controller handling your view controllers. If you don't have one then you'll either have to do modal or custom to manage your own swapping of view controllers (which is possible).</p><p></p><p>UINavigationControllers are easy to work with but don't work with every type of app.</p><p></p><p>Also know if you use storyboards, you are limited to devices running iOS 5 (or newer future versions of iOS) since the libraries required to make them work are not part of iOS4 or earlier. Just something to keep in mind.</p></blockquote><p></p>
[QUOTE="Nethfel, post: 1336703, member: 89124"] If you're going to use a push segue, you need to have a navigation controller handling your view controllers. If you don't have one then you'll either have to do modal or custom to manage your own swapping of view controllers (which is possible). UINavigationControllers are easy to work with but don't work with every type of app. Also know if you use storyboards, you are limited to devices running iOS 5 (or newer future versions of iOS) since the libraries required to make them work are not part of iOS4 or earlier. Just something to keep in mind. [/QUOTE]
Verification
How many occurrences of a n-u-m-b-e-r between "d" and "f" in this example...(sdgs6ngklu3gd#f9%)?
Post reply
Forums
macOS & iOS Developer Playground
iOS Development
Getting started with Xcode , problems with push segues
Top