nhaarman / acorn

Mastering Android navigation :chipmunk:
https://nhaarman.github.io/acorn
Apache License 2.0
181 stars 7 forks source link

Intercepts the controller view when it's immediately added to the root ViewGroup #171

Closed manueldidonna closed 3 years ago

manueldidonna commented 3 years ago

I need to modify all the controller views before they are added to the root ViewGroup, but I haven't find any way to intercepts the ViewController when it's attached without a transition

VincentJian commented 3 years ago

There is a extension function SceneTransition.doOnStart. If this extension does not suit your requirement, then you need custom SceneTransition.