Skip to content

Releases: jkpang/PPBadgeView

3.1.0

13 May 08:30
Compare
Choose a tag to compare

Fixed frame error #29, #30,#31

Swift5 + AutoLayout

28 Mar 08:43
Compare
Choose a tag to compare

Migrate to Swift5 version and change internal layout to AutoLayout

Carthage compatibility for Swift

14 Dec 01:35
48012e0
Compare
Choose a tag to compare

Carthage compatibility for Swift

Upgrade project to Xcode 10, Swift4.2

13 Sep 09:47
Compare
Choose a tag to compare
2.2.0

support Xcode10 and Swift4.2

Upgrade project to Xcode 9.3, Swift4.1

10 Apr 10:33
Compare
Choose a tag to compare
  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)

Support iOS11 and Swift4

23 Sep 04:06
Compare
Choose a tag to compare

Support iOS11 and Swift4, fix bug #4