Compass
Compass copied to clipboard
:earth_africa: Compass helps you setup a central navigation system for your application
I'd like you to release current master as 6.0.1 or 6.1.0 for Swift 4.2 support. Thanks.
How can I pass two or more parameters so that later they would be available using ``` location.arguments["param1"] location.arguments["param2"] ``` is it possible? Or I should use only payload for...
For controllers need couple parameters. Is it possible to pass parameters like userId{userId}, taskId{taskId} ?
We will convert Compass to be in Swift 4 soon. This is not really big changes, but we can take this advantage to do some refactoring. Some are breaking changes....
How To
I am a bit confused as to how to actually use this. if I have a route in the form of "profile: {userId}" and I call Navigator.navigate(urn: ? ) What...
Constructs the `Location.path` based on the `URL.host` + `URL.path`, so that URLs such as `scheme://callback/path` are supported.