MakeSchool-Tutorials / Makestagram-Swift-V3

14 stars 7 forks source link

20. Setting-Followers #31

Closed chuckySF closed 7 years ago

chuckySF commented 7 years ago

In the section, "Adding the Table View", it looks like we're missing a step to set the delegate for the tableview. There's instructions to set the data source, but not the delegate. Found out when I ran the app and was debugging to figure out why nothing is showing up.

ocwang commented 7 years ago

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