November 2016
Intermediate to advanced
480 pages
14h 42m
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