jkpang / PPBadgeView

iOS Custom Badge, Support UIView, UITabBarItem, UIBarButtonItem ,Support Objective-C/Swift; iOS自定义Badge组件, 支持UIView, UITabBarItem, UIBarButtonItem, 支持Objective-C/Swift
MIT License
848 stars 118 forks source link

iOS 9 tababr icon 飘了 #30

Closed CivelXu closed 5 years ago

CivelXu commented 5 years ago
WechatIMG7

如图所示

代码如下

    fileprivate func setBadge(num: String) {
        if let value = Int(num), value > 0 {
            self.viewControllers?.last?.tabBarItem.pp.addBadge(text: num)
        } else {
            self.viewControllers?.last?.tabBarItem.pp.hiddenBadge()
        }
    }

Swift5 + 3.0.0 版本 注释掉代码显示正常

jkpang commented 5 years ago

V3.1.0 has been released, this issue has been fixed, thanks for feedback