SwiftRouter
SwiftRouter copied to clipboard
Tab Bar support
Does it support tab bars? Is it compatible with Swift 3?
i installed the latest from master via Pods
pod 'JLSwiftRouter', :git => "https://github.com/skyline75489/SwiftRouter", :branch => "master"
It appears to be working with Swift 3, but I can't get it to cooperate with a TabBarController. The desired functionality I would want is to pre-select a tab, then push a controller onto it....