What we will do:
In this part we will add a set of view controllers to represent the rest of game definitions and ship set part of the app.
- Read How to make a simple tableview with iOS 8 and Swift tutorial.
- Read Segues tutorial. Some elements of this are used for example in
VC_ShipSet
- Read How to copy objects in Swift using copy() Copying is used in
ShipSet
- Watch video and repeat in your project all the steps 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 the final result download