MRProgress 0.4.2
Summary
A bug fix, which is needed if you use Nibs or Storyboard and use iOS 7.1 as base SDK to compile your application. This does neither hurt MRProgress/Overlay nor existing apps deployed with iOS 7.0.
Changelog
- Fixed bad initialization since iOS 7.1 of MRProgress/Circular's
MRCircularProgressView
if loaded from Nibs.
Did you know?
Since iOS 7.1 tintColorDidChange
won't be called automatically if the UIView is initialized / loaded from Nib, at least not in all cases. It is still called if it is initialized by initWithFrame:
.
Credits
Thanks for his help by mentioning and informing about the issue go to @coneybeare.