-
Hi,
I'm facing a problem with iconSource on TabView:
![image](https://user-images.githubusercontent.com/11923375/38923897-7d31651c-42f3-11e8-9b23-107244de5493.png)
I was able to use font-icon o…
-
Hey, when I run the following code I get a crash:
```
import platform.UIKit.*
class TabBarBug : UITabBarController(nibName = null, bundle = null) {
val innerNavDashboard = UINavigationCont…
-
I have 4 items in my FoldingTabBarController but i want to set badge value to one of them which is at index 2.
I can't understand how to do this?
Can you please quote an Example?
-
how I. can stop Circular animation based on status like if user doesn't login into my app
![ezgif com-video-to-gif](https://user-images.githubusercontent.com/16545509/69731681-01d59400-1133-11ea-914…
-
## Summary
For Shell customization, the ShellRenderer itself exposes many virtual methods which are overridable to create custom IShell..Renderers such as CreateShellSectionRenderer() https://github.…
-
Hi,
Thanks a lot for your work !
i'm building a tabbed app, which have a message tab.
```swift
class TodoViewController: UIViewController {
override func viewDidLoad() {
super.vi…
-
``` objc
dispatch_async(dispatch_get_main_queue(), ^{
[mineVC.tabBarItem setBadgeValue:[NSString stringWithFormat:@"%ld",new]];
});
```
赋值成功后,在收到 badge 为 0 的通知…
-
Memory leak during initialization,code:
`enum ASRootRoute: Route {
case home
case mine
case login
}
class ASRootTabCoordinator: TabBarCoordinator {
private let homeRouter: A…
-
We have an application that uses a TabView for navigation, but also uses an ActionBar with different titles and ActionItems in the various TabViewItems. Currently this is handled in JavaScript code, i…
-
### 设备 / 浏览器
chrome 76.0.3809.100
### Vant 版本
2.1.5
### Vue版本
2.6.10
### 重现链接
https://codesandbox.io/s/vant-issue-moban-p0ygv
### 描述问题
Tabbar 路由模式下只要其中一项处于激活状态(点击其中一个TabbarItem),
则其它…