开发者

How to reload tabledata when i move between tableviewcontrollers

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜