Using storyboard, i unwind a viewcontroller
I'm looking for:
- Remove the left to right transition
And also
- Set a fadeIn fadeOut between the 2 UIViewController.
I'm pretty sure the way to do it is via this:
func navigationController(navigationController: UINavigationController, animationControllerForOperation operation: UINavigationControllerOperation, fromViewController fromVC: UIViewController, toViewController toVC: UIViewController) -> UIViewControllerAnimatedTransitioning? {
return nil
}
But, even is this was called and return nil, i'm still viewing the transition.