码迷,mamicode.com
首页 > 其他好文 > 详细

UITableView 中cellForRowAtIndexPath的方法没有调用的原因

时间:2015-05-02 15:07:27      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:

        在实验过程中发现cellForRowAtIndexPath方法没有被调用,发现原来是numberofRowInsection的值为0导致。当numberOfRowsInSection及

numberOfSectionsInTableView有一个或都为0时,都会造成cellForRowAtIndexPath不被调用。

UITableView 中cellForRowAtIndexPath的方法没有调用的原因

标签:

原文地址:http://www.cnblogs.com/jiaoxx/p/4471969.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!