开发者

What are the Delegate methods of modal view?

Which delegate method will be called after dismissi开发者_运维百科ng the modal view?


The following methods will be called.

As for the viewController will appear:

-(void)viewWillAppear:(bool)animated;
-(void)viewDidAppear:(bool)animated;

As for the viewController will disappear:

-(void)viewWillDisappear:(bool)animated;
-(void)viewDidDisappear:(bool)animated;
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜