URLNavigator
URLNavigator copied to clipboard
A few questions
- Is it possible to support multiple Navigation map?
- How to pass object when map the storyboard?
- Is it possible for customized animation in push, present, open?
Thanks.
Oh I'm really sorry. I totally forgot about it.
- Sure. You can have multiple
Navigator
instance. - You should pass them manually in the factory closure.
- Of course you can set
transitionDelegate
to custom object.
could you give some more information on how to use transitionDelegate
with URLNavigator? a small example