开发者

uitableview issue

I have a navigation based application , start with uitableview , I want when return to the uitableview be refreshed

I mean how w开发者_JS百科hen return from screen back to this uitablview

anu suggestion please


All you need is:

-(void)viewWillAppear:(BOOL)animated 
{
    [super viewWillAppear:animated];
    [self.tableView reloadData];
}
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜