Skip to content

Version 0.8

Latest
Compare
Choose a tag to compare
@alskipp alskipp released this 13 Jun 14:11
· 12 commits to master since this release
  • Lots of internal refactoring
  • API CHANGE: Added methods to show and hide popUpView
- (void)showPopUpViewAnimated:(BOOL)animated;
- (void)hidePopUpViewAnimated:(BOOL)animated;
@end

In previous versions the popUpView would show and hide automatically when progress started and completed. You must now show and hide the popUpView manually. This change gives more control to show and hide the popUpView whenever it is needed.