This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Releases: luispadron/UICircularProgressRing
Releases · luispadron/UICircularProgressRing
Version 1.2.2
Version 1.2.2
- Remove useless print statements from guards
Version 1.2.1
Version 1.2.1
- Fix line dash property when using
viewStyle = 3
not being set properly, thanks to RomainBSQT.
Version 1.2.0
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 tointernal
for unit testing - Fix default with inCapStyle being sett to wrong value
Version 1.1.9
Version 1.1.9
- Revert back to using
draw(rect:)
as was having issues with nib loaded views? - Change class of UICircularProgressRingLayer from
CALayer
toCAShapeLayer
Version 1.1.8
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
- Implemented
- 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 onclass
types
Version 1.1.7
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
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
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
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
Fix bug where animationStyle was not being set Update podspec to 1.1.3