Skip to content

Chapter 9

What we will do:

  • add custom table view cell;
  • display ship size and number on the Ship Set Add Edit view.
  1. Read Table views – customizing cells (Swift).
  2. Watch video and repeat in your project all the steps (download video). At this stage it wouldn't be possible to run the app, so please don't do it. Simply do what everything related to user iinterface but don't run the app.
  3. Download source code for this chapter (download source code).
  4. Download assets (images) for this chapter (download assets).
  5. Look into all source code files. Think about all changes you can find. Migrate all changes into your files.
  6. Watch the final result (download video).
  7. Now you can run your code, as it should be cmplete.