ios - function - tableview:cellForRowAtIndexPath not getting called -


I have this code and it is never said that I have put a brake point and everything: < / P>

  Overcride Funk TableView (TableView: UITTviewView, CellForUrendExpath INDEXPath: NSINXPath) - & gt; UITableViewCell {var cell = UITableViewCell () cell.textLabel.text = "dlfkhasdfa" return cell} I am pushing these sections in UITableViewDelegate and UITableViewDataSource and in ViewDidLoad I am doing this:  
  self.storiesTableView.dataSource = self self.storiesTableView.delegate = self  

The real confusion is that table view: numberOfRowsInSection is being said Something happens between those two calls and I am just scratching my head.

Any help would be greatly appreciated.

D-Oh! Figures it out, see in the table: The value of the refund in the numberoffroos insignment was zero. Changing this has fixed my problem.


Comments