Hero: Push segues

Created on 2 Jan 2017  路  5Comments  路  Source: HeroTransitions/Hero

Is there any plan to add push segues support?

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.

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BalestraPatrick picture BalestraPatrick  路  3Comments

LucaGalaxy picture LucaGalaxy  路  4Comments

lkzhao picture lkzhao  路  5Comments

czater picture czater  路  3Comments

PatrykSredzinski picture PatrykSredzinski  路  3Comments