swift版本升级代码适配,pod库更新
This commit is contained in:
@@ -84,8 +84,8 @@
|
||||
fromVC.tabBarController.tabBar.hidden = YES;
|
||||
}
|
||||
|
||||
[fromVC.navigationController.view addSubview:fromVC.view];
|
||||
[fromVC.navigationController.view addSubview:toVC.view];
|
||||
[fromVC.navigationController.view insertSubview:fromVC.view atIndex:0];
|
||||
[fromVC.navigationController.view insertSubview:toVC.view aboveSubview:fromVC.view];
|
||||
|
||||
[UIView animateWithDuration:[self transitionDuration:transitionContext] animations:^{
|
||||
fromVC.view.frame = fromVCToRect;
|
||||
|
||||
Reference in New Issue
Block a user