I'm using Material framework by cosmicmind for my iOS app. My main interface is a ViewController embedded in a ToolbarController. Is there any way to achieve animation like pushViewController in a UINavigationController?
I've tried the transition function with no luck. Thanks in advance
Yes, you should use the NavigationController, which is a subclass of UINavigationController and gives you the exact same look as the ToolbarController. Here is a NavigationController sample project :) All the best