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

Version 1.1.8

Compare
Choose a tag to compare
@luispadron luispadron released this 21 Jan 02:05
· 247 commits to master since this release

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