1.0.0
版本发布时间: 2016-09-15 16:16:48
devxoul/URLNavigator最新发布版本:2.5.1(2023-07-10 01:59:52)
Now supports Swift 3 🎉
URLNavigator
-
defaultNavigator()
has renamed todefault
-
pushURL(_:from:animated:)
has renamed topush(_:from:animated:)
-
presentURL(_:wrap:from:animated:completion:)
has renamed topresent(_:wrap:from:animated:completion:)
-
openURL(_:)
has renamed toopen(_:)
-
viewControllerForURL(:_)
has renamed toviewController(for:)
URLNavigable
-
init?(URL:values:)
has renamed toinit?(url:values:)
URLMatcher
-
defaultMatcher()
has renamed todefault
-
addURLValueMatcherHandler(_:handler:)
has renamed toaddURLValueMatcherHandler(for:handler:)
URLConvertible
-
URLValue
has renamed tourlValue
-
URLStringValue
has renamed tourlStringValue
UIViewController
-
topMostViewController()
has renamed totopMost
-
topMostViewControllerOfViewController()
has renamed totopMost(of:)