oc 跳转控制方法

1、presentViewController

- (void)presentViewController:(UIViewController *)viewControllerToPresent animated: (BOOL)flag completion:(void (^ __nullable)(void))completion NS_AVAILABLE_IOS(5_0);

2、presentModalViewController

- (void)presentModalViewController:(UIViewController *)modalViewController animated:(BOOL)animated NS_DEPRECATED_IOS(2_0, 6_0) __TVOS_PROHIBITED;

 

 

 

posted on 2016-04-01 16:38  许广  阅读(479)  评论(0编辑  收藏  举报