SRTabBarController
SRTabBarController copied to clipboard
tab icon and tab index is flipped
tab_0 segue identifier view would result in loading the view with the tab_1 segue identifier view.
icon is correctly used in index
Example from the example file:

tab_0_Files loads text "Tab 1" despite storyboard showing "View 2" in app

tab_1_search loads text "View 2" despite storyboard showing "Tab 1" in app

Is this mismatch intentional? This is pretty confusing.
Hi @vincentneo, can you provide an example project please or is this from my example?
@steve228uk I am using a freshly cloned copy of the example project. Also applies to both Swift 2.3 and Swift 3 converted versions.
I tried implementing SRTabBarController to another personal project and this happens too.
@steve228uk I checked commit edbb78aa5a3cda4fd08704aadf428ef1b077a820 : Add ability to add image via segue, does not have this issue.