You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added open func deregister(_ route: RouteEnum): Registered routes that doesn't have .fixed type can be deregistered.
Added open func register(fixedRoute route: Route, atIndex index: Int): Routes with .fixed type can be registered after navigator is initialized, allowing incremental changes on existing tab bar content.
Added open func deregister(fixedRoute route: RouteEnum, atIndex index: Int): Routes with .fixed type can be deregistered after navigator is initialized, allowing incremental changes on existing tab bar content.
Resolve Xcode 8.3 warnings.
Configure Travis CI to install dependencies with Carthage.