Solutions for "Failed to obtain a cell from its DataSource" error
stackoverflow link :
http://stackoverflow.com/questions/34250595/failed-to-obtain-a-cell-from-its-datasource/41566649#41566649
Swift 3.0
You just need to add UITableViewDelegate and UITableViewDataSourceimport UIKit class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource
stackoverflow link :
http://stackoverflow.com/questions/34250595/failed-to-obtain-a-cell-from-its-datasource/41566649#41566649
No comments:
Post a Comment