Skip to content

Chapter 4

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.

  1. Read How to make a simple tableview with iOS 8 and Swift tutorial.
  2. Read Segues tutorial. Some elements of this are used for example in VC_ShipSet
  3. Read How to copy objects in Swift using copy() Copying is used in ShipSet
  4. Watch video and repeat in your project all the steps download
  5. Download source code for this chapter. download
  6. Look into all source code files. Think about all changes you can find. Migrate all changes into your files.
  7. Watch the final result download