-
## Base Info for this issue
1. Version:v1.13.1
2. Language:Objective-C
4. iOS System Version:iOS10
5. Prototype(是否是真机):YES
6. Issue Type:Enhancement
## 1. How to repeat the pro…
buoge updated
7 years ago
-
![45e4db44-882b-434b-a694-7d18410e23b3](https://user-images.githubusercontent.com/8436462/30636821-13a8e2b0-9e29-11e7-9830-38e5960200f0.png)
ios11 下不执行以下代码。
-
i'm want to create a RAMAnimatedTabBarController programatically, there have some examples?
arden updated
7 years ago
-
正常的UINavgation设置角标展示 [self.navigationController.tabBarItem setBadgeValue:@"5"];
继承RTRoot的角标不展示。这是什么原因
-
目前tabbar 从api上看只在 TabbarItem上提供了on-item-click,这个样有两个问题:
1是无法统一的在一个地方做tabchange的事件处理(必须每个TabbarItem 分别绑定handler)
2是此事件必须是在item被click时才会触发(tabbar的index改变时也不会触发该事件)
在tabbar 组件上添加如:on-tabChange(f…
-
如题,就像其他普通的 tabbarItem 一样,比如选中的文字是红色,没选中的是灰色这样。
-
Hi
How I can disable tabbaritem text is hidden when it is selected?
-
I have a UITabController set at my rootViewController and I have multiple UINavigationControllers.
I want to add a RESideMenu to my first UIViewController of my first UINavigation Controller.
This is…
-
## Base Info for this issue
1. Version:v1.10.0
2. Language:Objective-C
4. iOS System Version:iOS10
5. Prototype(是否是真机):YES
![tabbar](https://user-images.githubusercontent.com/28…
-
`
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
let mainTBC = SimpleTabBarController()
…