PPBadgeView Versions Save

iOS Custom Badge, Support UIView, UITabBarItem, UIBarButtonItem ,Support Objective-C/Swift; iOS自定义Badge组件, 支持UIView, UITabBarItem, UIBarButtonItem, 支持Objective-C/Swift

3.1.0

5 years ago

Fixed frame error #29, #30,#31

3.0.0

5 years ago

Migrate to Swift5 version and change internal layout to AutoLayout

2.3.0

5 years ago

Carthage compatibility for Swift

2.2.0

5 years ago

2.1.0

6 years ago
  1. 支持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)

  3. Add: (fix issus #8 ) Objc: - (void)pp_setBadgeFlexMode:(PPBadgeViewFlexMode)flexMode; Swift: func setBadge(flexMode: PPBadgeViewFlexMode = .tail)

2.0.0

6 years ago

Support iOS11 and Swift4, fix bug #4