iOS UITableView的cellForRowAtIndexPath方法不执行的原因

1.tableView的宽度或高度等于0;

在这种情况下numberOfSectionsInTableView和numberOfRowsInSection都执行,而cellForRowAtIndexPath不执行。

2.没有设置tableView的dataSource属性;

你可能感兴趣的:(iOS UITableView的cellForRowAtIndexPath方法不执行的原因)