开发者

UITableView reloadData

开发者 https://www.devze.com 2022-12-29 22:39 出处:网络
I have one UITableView. UITabelView *tabelView; [tabelView reloa开发者_如何学运维dData]; but this reloadData function is not calling cellForRowAtIndexPath: or numberOfRowsInSection. Can anyone tell

I have one UITableView.

UITabelView *tabelView;
[tabelView reloa开发者_如何学运维dData];

but this reloadData function is not calling cellForRowAtIndexPath: or numberOfRowsInSection. Can anyone tell me why?


Try

[self.tabelView reloadData];
0

精彩评论

暂无评论...
验证码 换一张
取 消