Kodeco Forums

Intro to Object-Oriented Design: Part 1/2

This tutorial series will teach you the basics of object-oriented design. In this first part: Inheritance, and the Model-View-Controller pattern.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2609-intro-to-object-oriented-design-part-1-2

Hi, Is there by any chances a part missing ?

Between the display of basic informations and the rest of the project.

How do we create VehicleListTableView && DetailListTableView? That’s a big part we can’t guess.

There is a starter project linked in the tutorial (also here: http://www.raywenderlich.com/wp-content/uploads/2013/09/Vehicles_starter.zip) which will already have those set up for you.

Hope that helps!

This was great thank you

1 Like

There is an updated Swift version of this tutorial: https://www.raywenderlich.com/160728/object-oriented-programming-swift. Please post your questions or issues regarding it over there. Thank you! :]