我有一个控制5个ViewControllers的TabBarController。当按下选项卡到当前的右侧时,我想从新的ViewController从右侧滑入。按当前选项卡的左侧将从左侧滑入VC。
实现这一目标的最佳方法是什么?
谢谢!
答案 0 :(得分:0)
从iOS7开始,UITabBarController
有2个属性可以设置来控制转换:
public Func<UITabBarController, UIViewController, UIViewController, IUIViewControllerAnimatedTransitioning> GetAnimationControllerForTransition;
public Func<UITabBarController, IUIViewControllerAnimatedTransitioning, IUIViewControllerInteractiveTransitioning> GetInteractionControllerForAnimationController;