Get up to 80 % extra points for free! More info:

Lesson 7 - When a single screen isn't enough - Navigation in iOS

In the previous lesson, Don't reinvent the wheel, use CocoaPods, we learned to work with CocoaPods, the package manager making the development for iOS devices easier.

In the apps we've created so far, one screen was enough. However, real applications probably couldn't do without multiple screens. That's why we're going to have a look at how to create multiple pages (controllers), how to navigate to them and how to return back.

Navigation Controller

For the navigation to work, we first need a Navigation Controller and then we define individual Segues for the navigation. Let's get started right away, we'll show everything on examples, including passing data to other controllers.

Navigation Controller is responsible for navigating between assigned View Controllers. It automatically animates the transitions between them and provides us with a button to return back. We use it when we navigate between View Controllers that are ordered in a logical hierarchy and it makes sense for one to logically follows another (e.g. Registration -> Login or a hierarchy such as Settings -> General -> Software Update).

Create a new project (Single View App) and open Main.storyboard. Nothing new yet, we can see the good old and empty View Controller.

Now select the whole View Controller and assign the mentioned Navigation Controller to it. You can do so in the menu


 

...End of the preview...
Continue further

You will gain knowledge worth hundreds of thousands for a few crowns

You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.

Buy this course

Buy all currently available lessons with exercise submitting and other features for just $9
Current account balance $0
By buying this package, you'll have access to all 16 articles (16 lessons) in this course.

This article is licensed: Premium, by buying this article, you agree with the terms of use.

What will you get from us in the next lessons?
  • Unlimited and permanent access to individual lessons.
  • High quality IT knowledge.
  • Skills to help you get your dream and well-paid job.

Article description

Requested article covers this content:

In this iOS development tutorial, we'll create multiple screens and have a look at different approaches to navigate and pass data between them.

You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.

Article has been written for you by Filip Němeček
Avatar
Activities