Q.GuoQiang

Results 7 comments of Q.GuoQiang

You can change ruby version in Gemfile, and then 1. bundle install 2. cd ios 3. bundle exec pod install

如果说你的应用从iOS 7开始支持 可以使用UINavigationControllerDelegate的 - (id)navigationController:(UINavigationController *)navigationController animationControllerForOperation:(UINavigationControllerOperation)operation fromViewController:(UIViewController *)fromVC toViewController:(UIViewController *)toVC 来实现自定义的转场动画

https://github.com/ColinEberhardt/VCTransitionsLibrary 这里有不错的例子及一些效果的实现

GQFlowController是之前替代UINavigationController的实现 当时还没有可自定的转场动画 所以这个问题还没怎么碰到过

嗯 如果再更新肯定使用UIViewControllerAnimatedTransitioning的实现 不过最近是维护 https://github.com/gonefish/GQDataController 估计一下没时间更新...