- 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.