Fixed frame error #29, #30,#31
Unclaimed project
Are you a maintainer of PPBadgeView? Claim this project to take control of your public changelog and roadmap.
Changelog
iOS Custom Badge, Support UIView, UITabBarItem, UIBarButtonItem ,Support Objective-C/Swift; iOS自定义Badge组件, 支持UIView, UITabBarItem, UIBarButtonItem, 支持Objective-C/Swift
Fixed frame error #29, #30,#31
Migrate to Swift5 version and change internal layout to AutoLayout
Carthage compatibility for Swift
Release 2.2.0
支持Xcode9.3, Swift4.1 <-> support Xcode9.3 and Swift4.1 2. Update Objc: - (void)pp_setBadgeHeightPoints:(CGFloat)points ==> - (void)pp_setBadgeHeight:(CGFloat)height Swift: func setBadgeHeight(points: CGFloat) ==> func setBadge(height: CGFloat)
Add: (fix issus #8 ) Objc: - (void)pp_setBadgeFlexMode:(PPBadgeViewFlexMode)flexMode; Swift: func setBadge(flexMode: PPBa...