It should be straight forward, but I just can not understand (!)
I have a UIView 'populated' with a UIScrollView. Inside scrollView, I don't have a UITableView.
I hooked up both scrollView and tableView with IBOutlet in IB and assigned ViewController as delegate and tableView data source.
What else do I need to do? Or what should I not have done?
source
share