December 2015
Intermediate to advanced
400 pages
13h 3m
English
There is a pretty glaring omission in iTahDoodle: the user cannot remove items! Make it possible for users to remove an item by tapping on it. You already know enough to update TodoList. Here is a hint about how to detect when the user taps on a row: make your view controller the table view’s delegate. This will require conforming to the UITableViewDelegate protocol. UITableViewDelegate has a method that will be very useful for this challenge: tapping on a row results in selection of that row.
Read now
Unlock full access