What we will do:
In this part we will add table view controllers to represent game definitions and ship set part of the app.
- Read Table views basics (Swift) tutorial.
- Read Multiview application (Swift) tutorial.
- 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
- Download source code for this chapter. download
- Look into all source code files. Think about all changes you can find. Migrate all changes into your files.
- Watch video to see how to create unwind segues and the final result. Repeat in your project all the steps from the video. download