-
## Issue
Using v5.5.6 of `react-native-firebase` and the latest versions of Firebase/Analytics and Firebase/RemoteConfig for iOS, creating a draft experiment and adding a te…
-
**IOS only**
When we try to use the TabView with icons only, the icon it's not centered.
With this code in the TabView class and TabViewItem the icons will be centered if the title it's not pres…
-
Could you please add swift support to this? Or create a Swift branch? Thanks!
-
官方demo即有此错误
-
现存问题:
在想使用图片默认颜色而不设置TabBarItemImageColor的情况下,在UITabBar+QMUI.m文件里的line63-67,会把image的RenderingModel(我设置了UIImageRenderingModeAlwaysOriginal)强制改为UIImageRenderingModeAutomatic
期望目标:
在TabBarItemImageCo…
-
I try to follow your example, and use the tabbar as the` rootviewtroller`, but after the run app I found that the navigationbar and the tabbar exist, but the view is black, would like to ask where is …
-
在demo中, CYLHomeViewController, `id a = self.tabBarItem;
id b = self.tabBarController.tabBar.items.firstObject;
if (a == b) {
NSLog(@"same");
} else {
NSLog(@"not the same")…
-
微信H5页面中采用CDN模式引用VANT,在van-filed组件中插入一个尾部按钮,代码如下:
`
获取验证码
`
但页面中没有显示预期的“获取验证码”按钮。。。
-
### Current behaviour
Trying to use it to make dynamic tabs based on data provided in a quite big array (120 entries of data), but having performance issues when loading the tab view and switch…
-
I download the example project but can't run it. It just said "Build Succeed" but it doesn't launch into simulator or device. Please help