Skip to content

Instantly share code, notes, and snippets.

@aronbalog
Last active July 26, 2019 19:27
Show Gist options
  • Save aronbalog/5fcaf1ad0b4b7139a05a6408c1702ba4 to your computer and use it in GitHub Desktop.
Save aronbalog/5fcaf1ad0b4b7139a05a6408c1702ba4 to your computer and use it in GitHub Desktop.
import CoreNavigation
extension PersonProfile: Routable {
static var patterns: [String] = [
"https://appdomain.com/person/:personId(.*)",
"https://appdomain.com/user/:personId(.*)"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment