November 2016
Intermediate to advanced
480 pages
14h 42m
English
Your ViewController class is currently taking on a little too much responsibility. When it is setting up the table view, the view controller is registering the cell class and reuse identifier, but TodoList is the class that actually wants to use the created cells. Fix this problem by coming up with a way for ViewController to successfully set up the table view without having to know the details of what kind of cells TodoList is going to want.
Read now
Unlock full access