Goles / GGTabBar

Another UITabBar & UITabBarController (iOS Tab Bar) replacement, but uses Auto Layout for arranging it's views hierarchy.
MIT License
156 stars 23 forks source link

SelectedIndex is not being used anywhere in project #4

Open jasminpethani opened 9 years ago

jasminpethani commented 9 years ago

Hi, There is no use of SelectedIndex in GGTabBarController it always will be 0

I did changed SelectedIndex in my project in delegate method

- (void)tabBar:(GGTabBar *)tabBar didPressButton:(UIButton *)button atIndex:(NSUInteger)tabIndex

Please change them in your project as well to give this index right value.

Goles commented 9 years ago

Hey!

I can add support for this feature this weekend :)

Cheers!

Sent from my iPhone

On Jun 30, 2015, at 5:38 AM, jasminpethani notifications@github.com wrote:

Hi, There is no use of SelectedIndex in GGTabBarController it always will be 0

I did changed SelectedIndex in my project in delegate method

  • (void)tabBar:(GGTabBar )tabBar didPressButton:(UIButton )button atIndex:(NSUInteger)tabIndex Please change them in your project as well to give this index right value.

— Reply to this email directly or view it on GitHub.