Skip to content

Chapter 3

What we will do:
In this part we will add table view controllers to represent game definitions and ship set part of the app.

  1. Read Table views basics (Swift) tutorial.
  2. Read Multiview application (Swift) tutorial.
  3. Watch video and repeat in your project all the steps needed to create two table view controllers embeded in navigation controller along with segues. download
  4. Download source code for this chapter. download
  5. Look into all source code files. Think about all changes you can find. Migrate all changes into your files.
  6. Watch video to see how to create unwind segues and the final result. Repeat in your project all the steps from the video. download