MakeSchool-Tutorials / Makestagram-Swift-V3

14 stars 7 forks source link

18. Improving the UI #28

Closed chuckySF closed 7 years ago

chuckySF commented 7 years ago

Under the section, "Configuring our DataSource and Delegate", I don't think we've ever set the delegate for the tableview. In several sections prior, there was a step to drag a connection from the tableview to the "donut" in storyboard to set the datasource. But we've never set the delegate.

ocwang commented 7 years ago

I've amended the step that sets the data source for the HomeViewController to also set the table view delegate.