-
thanks...
-
Сделать кастомный tabBar
+ (Готово) ~~Присобачить его к UITabBarController~~
+ (Готово) ~~Наладить связь между items в UITabBar и кастомным баром~~
+ (Перенесено в другую [задачу](https://github.co…
-
### Current behaviour
When releasing a swipe that initiates a tab change the tab view starts oscillating between snapping to the next and previous tab. It continues to oscillate some 4-10 times…
-
## Base Info for this issue
1. Version:v1.13.2
2. Language:Objective-C
4. iOS System Version:iOS10
5. Prototype(是否是真机):YES
6. Issue Type:Bug
## 1. How to repeat the problem.
1…
-
如题
-
Version 0.8.4
It is showing images for unselected like this for the first time (black color).
![Screenshot 2019-08-31 at 4 02 04 PM](https://user-images.githubusercontent.com/41157695/64062865-…
-
如题,如果能调整的话,求告知调整方法,谢谢!
-
现已修复
https://github.com/nice2m/Yeebadge
enjoy ~ 🎉🙏
-
![test](https://user-images.githubusercontent.com/10579296/32882014-f6e12362-caed-11e7-9b4a-a25790f47941.png)
如上图,iPad下,item并不是均等分布,左右是有margin的,导致item与item之间的selectionIndicatorImage出现小部分重叠,而在iPhone上是…
-
如图所示
代码如下
```
fileprivate func setBadge(num: String) {
if let value = Int(num), value > 0 {
self.viewControllers?.last?.tabBarItem.pp.addBadge(text: num)
} …