开发者

How to reload tabledata when i move between tableviewcontrollers

开发者 https://www.devze.com 2023-01-07 05:27 出处:网络
My Requirement is such that....i can abl to get datas dynamically in viewwillAppear method...but i want to map this dynamic data in to tableview.whts happening is that in first time only cellF开发者_运

My Requirement is such that....i can abl to get datas dynamically in viewwillAppear method...but i want to map this dynamic data in to tableview.whts happening is that in first time only cellF开发者_运维问答orRowAtIndexPath is called....but for subsequent times it is not called....please tell me how to resolve above issue


you need to call [self.tableView reloadData]

UITableView

0

精彩评论

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