您的位置:首页 > 产品设计 > UI/UE

UITabBarController自定义转场动画

2016-04-20 10:53 465 查看

UITabBarController自定义转场动画

1.实现UITabBarControllerDelegate

2.实现

func tabBarController(tabBarController: UITabBarController, animationControllerForTransitionFromViewController fromVC: UIViewController, toViewController toVC: UIViewController) -> UIViewControllerAnimatedTransitioning? {
// 返回动画类
}


3.动画类和push pop转场动画实现方法一样

iOS自定义转场动画(1)——自定义Push转场动画

a27e
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息