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