Is there any plan to add push segues support?
Are you trying to push a another view controller in a UINavigationController stack?
Than can be achieved by setting 'isHeroEnabled' on the navigationController and you are good to go.
@lkzhao wow! Thanks! I think it should be in the README.md to help others.
Amazing lib! 馃憦馃憦馃憦
Yep, setting isHeroEnabled work for Navigation Controller but now I have lost the swipe to back ( from left edge ) to go back to previous view-controller !
How can I keep swipe to back on VC ?
pod 'SwipeBack', '~> 1.1'
pod 'SwipeBack', '~> 1.1'
This is nice, but then you lose the shared transition animation on the way back
Most helpful comment
Are you trying to push a another view controller in a UINavigationController stack?
Than can be achieved by setting 'isHeroEnabled' on the navigationController and you are good to go.