开发者

What are the Delegate methods of modal view?

开发者 https://www.devze.com 2023-01-14 12:21 出处:网络
Which delegate method will be called after dismissi开发者_运维百科ng the modal view?The following methods will be called.

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

精彩评论

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