Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是当视图回到前面时我不知道如何重新加载一些数据。所以我的情况是这样的。我有一个视图,我从中加载视图 2,然后在视图 2 中更新视图 1 中使用的一些数据。但是当我按下返回视图时,一个不会更新。所以我需要知道当视图重新打开时我应该实现哪个功能。我正在寻找类似的东西:
- (void)viewDidRELoad {//do my updating of stuff..
如果我可以从第二个视图调用一些函数也很好......
你可能正在寻找- (void)viewWillAppear:(BOOL)animated
- (void)viewWillAppear:(BOOL)animated