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

the error happen when the _tabBarHidden is hidden ,you reset the selectIndex But only we think of the _tabBarHidden should hidden when the selectedViewController 's viewControllers just have one controllerView

I have multi tabs and different titleView for different tab. but I have set a custom titleView and switch to another tab, this custom titleView will always there, and cover...

### context Test in device iPhone 5s an iOS version is 10.2.0 ``` 1. if (NSFoundationVersionNumber > NSFoundationVersionNumber_iOS_6_1) { 2. _unselectedTitleAttributes = @{ 3. NSFontAttributeName: [UIFont systemFontOfSize:12], 4. NSForegroundColorAttributeName: [UIColor...

Currently i am facing issue w.r.t changing color of the tab bar title. I want when tab bar is selected it should displayed different title color and when it is...

the code: [_contentView setBackgroundColor:[UIColor whiteColor]]; i want to change it to black and the contentView is Private, how can i modify.

some updates for supporting auto-layout animation On iOS below 8 (7.1;7.0;Sim or Real device), app will crash and prompt to call [super layoutSubviews] **\* Assertion failure in -[RDVAppTabBar layoutSublayersOfLayer:], /SourceCache/UIKit_Sim/UIKit-2935.137/UIView.m:8794...

how i can limit the viewed tab only to 5 tab, because i want to insert 7 tab so later i can change them by changing the index ?

hellow how i can round the middle tab like this https://idevrecipes.files.wordpress.com/2010/12/instagram.png

Hi Thanks for the great project. In which method inside can I start and stop indicator? I need to show indicator until another tab open.