MRProgress 0.5.0
Summary
This version includes serveral bug fixes and enhancements for better customizability.
Changelog
- Fixed a flickering issue with
MRBlurView
, which happened on interface rotation. (#42) - Added a workaround for slower devices to circumvent the delay until the blurred background appears. (#39)
- Added the property
valueLabel
toMRCircularProgressView
. (#35) - Added the properties
sizeRatio
andhighlightedSizeRatio
toMRStopButton
to configure the size of the stop button relative to the size of the progress view / activity indicator view. (#37) - Fixed a bug in
MRCircularProgressView
, which caused that the on-touch-down animation of the stop button was not visible. (#34) - Published the layer properties
borderWidth
andlineWidth
over the UIAppearance API to make the appearance of theMRCircularProgressView
more configurable. (#36) - Extended the Example application to demonstrate
MRBlurView
independently.
Credits
Thanks to @jdmunro for his excellent bug reports, backed by videos.
Thanks for his help again by mentioning and informing about a bug and potential for enhancements and his pull-request go to @coneybeare.
Thanks to @owenworley's attention to the details for finding a type typo.