在iPhone应用程序开发中显示视图时,包括在NavigationViewController中单击“最后一个视图”按钮之后,在UIViewController中肯定要调用什么函数?
我使用NavigationViewController获得了一些视图的非同步信息。我想知道是否可以通过一个函数调用来刷新视图生命周期函数中的数据,该函数将调用视图显示的所有内容。
发布于 2010-08-19 01:18:23
- (void)viewWillAppear:(BOOL)animated;
可能会满足您的需求。
https://stackoverflow.com/questions/3517997
复制相似问题