objective-cxcodeuiviewcontrolleruimodaltransitionstylepresentviewcontroller

Completely unload a ViewController at modalTransition?


normally after a modal transition, the second viewController runs further "behind" the visible ViewController in the background.

Is there a possibility to completely unload the second ViewController ?? If don't want to use push, because I want an animation on the transition...


Solution

  • Several points: