今天碰到一个问题,在tableView调试的时候,在数据源方法:

- (UITableViewCell *)tableView:(UITableView *)tableView
         cellForRowAtIndexPath:(NSIndexPath *)indexPath

 这里面的断点始终无法进入,原因是之前数据源方法,返回的行数的那个方法,返回了0,所以这里就不会调用。

posted on 2014-11-01 22:19  sun_fox  阅读(117)  评论(0编辑  收藏  举报