开发者

iPhone:How to display data in Tableview only one time?

开发者 https://www.devze.com 2023-03-27 05:36 出处:网络
I am successfully display da开发者_StackOverflow中文版ta in Tableview but next time I want not loading Tableview to display data so in short only one time Tableview loaded and after that its not loade

I am successfully display da开发者_StackOverflow中文版ta in Tableview but next time I want not loading Tableview to display data so in short only one time Tableview loaded and after that its not loaded so please tell me any link or any idea to develop this functionality.

Thanks in advance.


After displaying your data in the TableView, set a flag that dataDispalyed = YES. Use a if condition in the TableView delegate method to check whether you have displayed your data.

0

精彩评论

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