RDVTabBarController icon indicating copy to clipboard operation
RDVTabBarController copied to clipboard

Highly customizable tabBar and tabBarController for iOS

Results 36 RDVTabBarController issues
Sort by recently updated
recently updated
newest added

i want to get the display height (self.view.bounds.size.height) of current viewController's view but the value is not correct, the value is always more than correct value.(RDVTabBar 's height value), i...

The latest version crashes when ran on iOS 6. The reason is because of line 122 in RDVTabBarController.m. ``` [self setNeedsStatusBarAppearanceUpdate]; ``` Needs changed to: ``` if ([self respondsToSelector:@selector(setNeedsStatusBarAppearanceUpdate)]) {...

How can I switch the item on the item not only on the icon but more area?

How can I shift badge icon on 4 tab item

Is it possible to put title in line break like in 3 lines. and i can put NSAttributed String like the top one is bold and middle and bottom line...