ColinEberhardt / VCTransitionsLibrary

A collection of iOS7 animation controllers and interaction controllers, providing flip, fold and all kinds of other transitions.
Other
4.55k stars 616 forks source link

how to use this just between tow viewControllers #49

Open ARonDellon opened 8 years ago

ARonDellon commented 8 years ago

there are 4 view controllers in one navigation stack . i only want the animation worked in 2 and 3. how to do this

ARonDellon commented 8 years ago

i judge the fromVC with isKindOfClass , than i fixed this . but i want know ,after set the delegate of navigation , did the animation worked in whole navigation?