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.
精彩评论