GGTabBar icon indicating copy to clipboard operation
GGTabBar copied to clipboard

Another UITabBar & UITabBarController (iOS Tab Bar) replacement, but uses Auto Layout for arranging it's views hierarchy.

Results 2 GGTabBar issues
Sort by recently updated
recently updated
newest added

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...

Before present ![image](https://cloud.githubusercontent.com/assets/2297117/5139046/93d524c8-7193-11e4-8fb1-8a0b9204e59e.png) After dismiss ![image](https://cloud.githubusercontent.com/assets/2297117/5139049/9df8a2e0-7193-11e4-980a-735f4682b023.png)