My cheatsheet for a basic setup with UITableView: 1) Conform header to UITableViewDataSource and UITableViewDelegate in .h @interface LLViewController : UIViewController <LLAddTaskViewControllerDelegate, UITableViewDataSource, UITableViewDelegate> 2) Set delegate and datasource to …
Read More