GGTabBar icon indicating copy to clipboard operation
GGTabBar copied to clipboard

SelectedIndex is not being used anywhere in project

Open jasminpethani opened this issue 9 years ago • 1 comments

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.

jasminpethani avatar Jun 30 '15 12:06 jasminpethani

Hey!

I can add support for this feature this weekend :)

Cheers!

Sent from my iPhone

On Jun 30, 2015, at 5:38 AM, jasminpethani [email protected] 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.

Goles avatar Jun 30 '15 17:06 Goles