Last active
July 26, 2019 19:27
-
-
Save aronbalog/5fcaf1ad0b4b7139a05a6408c1702ba4 to your computer and use it in GitHub Desktop.
https://medium.com/@aronbalog/1-ios-reinventing-view-controller-navigation-c2745b60bb6c Destination Routable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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