-
-
In main.js:
import TabBarItem from "./utils/TabBarItem";
But in utils/TabBarItem.js, no TabBarItem class, where is the TabBarItem Component?
daojj updated
8 years ago
-
当我用UITabBarItem+WZLBadge.h这个类别的时候,修改了badgeContentOffset属性,使得badge的UILabel和UITabBarItem上的图片距离更近一些。这时如果这两个view有重叠时,重叠部分的badge会被tabbarItem的图片遮住,请问这个问题如何解决
-
文档中tabbar 组件部分, 栗子
`import { Tabbar, TabbarItem } from 'mint-ui';`
中导出的变量名TabbarItem有误...应为TabItem
-
-
the animated-tab-bar support Programmatic without storyboard or nib?
arden updated
8 years ago
-
How can I change a badge value of tabItem?
I was try:
`tabBarController_.tabBarController.selectedViewController.tabBarItem.badgeValue = @"23";`
But value not changed. Help, please. :)
-
### Version 1.0
### Your Codes
``` html
首页
文章
设置
@import "../assets/styles/components/NavigationBar.scss";
import Tabbar from 'vux-compo…
-
If the title is not specified in TabBarItem I would expect the icons to be vertically centered. At the moment they are shifted up:
![image](https://cloud.githubusercontent.com/assets/3802023/16037367…
-
根据中文文档说明使用底部导航的功能,参考https://vuxjs.gitbooks.io/vux/content/layout/tabbar.html地址代码
界面不显示,JS报错为:“Uncaught TypeError: Cannot set property 'selected' of undefined”