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

Releases: luispadron/UICircularProgressRing

Fix Pixelation on Retina Devices

27 Oct 21:19
Compare
Choose a tag to compare

Add contentScale override for CALayer, which should in theory fix the pixelation and blurriness on retina screens.

Version 1.1.1

04 Oct 20:58
Compare
Choose a tag to compare

Fix non-public delegate

  • Fix dumb mistake where I forgot to make delegate property public, thus inaccessible

Version 1.1.0

04 Oct 20:45
Compare
Choose a tag to compare

Add delegate for UICircularProgressRingView

  • Added delegate file with completion function
  • Add delegate property to UICircularProgressRingView
  • Update documentation inside UICircularProgressRingView
  • Put iOS target to 9.0
  • Rerun Jazzy for documentation generation
  • Update podspec
  • Update README

Version 1.0.0

19 Sep 05:39
Compare
Choose a tag to compare

Hugh Mungus changes

  • Refactor code into two separate files (UICircularProgressRingView, and UICircularProgressRingLayer)
  • Fix animation, now works smoothly both increasing and decreasing
  • More stability in terms of not causing a crash due to RunLoop
  • More documentation
  • ITS READY

Version 0.9.6

17 Sep 17:10
Compare
Choose a tag to compare
  • Remove TestSpace.storyboard (was unused)
  • Update README and podspec

Version 0.9.5

17 Sep 05:45
Compare
Choose a tag to compare
  • Removed delegate file
  • Added closure to setProgress(_:) function
  • Fixed bad logic on my part when detecting end of animation
  • Closure will now be called whether valueLabel is active or not

Initial Release

17 Sep 01:12
Compare
Choose a tag to compare
  • IB Designable
  • CocoaPods and Carthage Support
  • No critical bugs
  • 96% Code documentation