-
I have couples of icons as TabBar Icon, but when I try to set `icon` and `selectedIcon` , I found that (unselected) icon always tinted by gray, selectedIcon always tinted by `tintColor` ( default is b…
-
Hi guys !
It's me again. I tried to put a row in my tableView in the menu to perform a log out.
So I do that :
`self.navigationController?.popToRootViewControllerAnimated(true)`
But it doesn't wo…
-
使用TabbarItem组件的时候,当在多个TabbarItem之间点击多次之后,再点击后退,就会重复这几个页面的显示。显然第一个TabbarItem所在的页面为主页面,当在其他TabbarItem页面点击后退时,应该返回第一个TabbarItem;而在第一个TabbarItem页面点击后退时应该没反应或者退出(微信打开时);
所以希望增加一个属性,来控制打开的这个页面是否需要返回。
…
-
Hello Marcos, your library is very useful but I have a little problem.
When I swipe, for the first time in my tabviewcontroller, to go to another viewcontroller the swipe doesn't work.
So, I click o…
-
I have set up RNVI correctly. Added the libRNVectorIcons.a to the Link Binary With Libraries, and made sure that the Fonts folder is under Copy Bundle Resources, and added the fonts that I need in the…
-
```
class MainView: RAMAnimatedTabBarController {
convenience init() {
let controllerEvents = UINavigationController(rootViewController: EventsView())
controllerEvents.ta…
-
添加小圆点后无法移除
`viewController.tabBarItem.pp.addDot(color: .red)`
没有找到移除函数
-
I want to change the width of TabBar line.
I tried the following in the subclass of TabsController but it didn't work.
How can I do this?
```swift
override func layoutSubviews() {
super.lay…
-
This is a react-native project with five tab (using `react-navigation`), and every tab home screen was Statusbar dark-content:
```
```
In the second tab, click one cell present to nativ…
-