Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Releases: luispadron/UICircularProgressRing

Version 1.2.2

21 Feb 18:16
Compare
Choose a tag to compare

Version 1.2.2

  • Remove useless print statements from guards

Version 1.2.1

04 Feb 18:54
Compare
Choose a tag to compare

Version 1.2.1

  • Fix line dash property when using viewStyle = 3 not being set properly, thanks to RomainBSQT.

Version 1.2.0

28 Jan 02:29
Compare
Choose a tag to compare

Version 1.2.0

  • Default completion handler to nil for setProgress(:)
  • Fix issue with module version number, now actually supports iOS 8
  • Added some basic tests for right now
  • Refactor some comments
  • Remove private access, set to internal for unit testing
  • Fix default with inCapStyle being sett to wrong value

Version 1.1.9

21 Jan 04:53
Compare
Choose a tag to compare

Version 1.1.9

  • Revert back to using draw(rect:) as was having issues with nib loaded views?
  • Change class of UICircularProgressRingLayer from CALayer to CAShapeLayer

Version 1.1.8

21 Jan 02:05
Compare
Choose a tag to compare

Version 1.1.8

  • Remove overriden draw(rect:) method to avoid any issues with performance and iOS drawing
    • Implemented prepareForInterfaceBuilder to still allow for IB designing
  • Remove strong refrence to delegate
    • UICircularProgressRingDelegate is now a class protocol
    • UICircularProgressRingDelegate inside of UICircularProgressRingView is now weak to avoid retain cycle

BREAKING CHANGES:

  • UICircularProgressRingDelegate is now a protocol: class can only be used on class types

Version 1.1.7

19 Dec 21:30
Compare
Choose a tag to compare

Fix bug where progress bar was pixelated inside of tableView from issue #4

Thanks to @DeepAnchor for the fix!

  • Default background color for view and layer is now of UIColor.clear

Version 1.1.6

15 Dec 15:23
Compare
Choose a tag to compare

Lower required iOS version to iOS 8.0

  • Lower podspec for compatability with iOS 8.0
  • Lower project deployment target to 8.0

Version 1.1.5

12 Dec 05:59
Compare
Choose a tag to compare

Fix inaccessible value property of the progress ring object

- Delegate method for progress ring renamed
- Update to Xcode recommended project changes

Version 1.1.4

08 Nov 02:37
Compare
Choose a tag to compare

Version 1.1.4

Add isAnimating to UICircularProgressRingView

  • Added new property to determine whether ring is animating currently
  • Fix some typos
  • Made completion handler default to nil
  • Refactor delegate method call to look more Swifty

Breaking API Changes:

Delegate method renamed to: func finishedUpdatingProgress(forRing: UICircularProgressRing)

Fix animationStyle not being set

29 Oct 20:40
Compare
Choose a tag to compare
Fix bug where animationStyle was not being set

Update podspec to 1.1.3