How to use UIViewControllerAnimatedTransitioning with UINavigationController?

前端 未结 4 1946
野性不改
野性不改 2020-12-08 06:00

How can I get custom transitions (iOS7) when pushing a view controller onto UINavigationController? I tried setting the TransitioningDelegate both

4条回答
  •  隐瞒了意图╮
    2020-12-08 06:56

    You can look at my demo project which demonstrates using custom transitions in UINavigationController. Look at https://github.com/Vaberer/BlurTransition.

提交回复
热议问题