Skip to content

Instantly share code, notes, and snippets.

@aronbalog
Last active July 26, 2019 19:26
Show Gist options
  • Save aronbalog/5da9e10c38676de388b71943e2151bb3 to your computer and use it in GitHub Desktop.
Save aronbalog/5da9e10c38676de388b71943e2151bb3 to your computer and use it in GitHub Desktop.
import CoreNavigation
// present
"https://appdomain.com/person/sherlock_holmes".present { $0
...
}
// or push
"https://appdomain.com/user/sherlock_holmes".push { $0
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment