UITabBarController and using transitionFormViewController:
I have a UITabBarController as my rootViewController and based on an
action, I call presentViewController on the tabBarController which works
fine. The controller that is presented is a UINavigationController
Based on an action in that I want to transition from the currently
presented UINavigationController to a different UINavigationController by
using
transitionFromViewController:toViewController:duration:options:animations:completion:
but throws an error.
Ultimately I'd like to transition from the currently presented
UINavigationController to a new UINavigationController with a cross
dissolve. I can dismiss the first one and present the second one but its
slides from the bottom. Is this possible?
No comments:
Post a Comment