M13ProgressSuite
M13ProgressSuite copied to clipboard
A suite containing many tools to display progress information on iOS.
Is there any way to set a minimum animation time, that will be finished no matter what (even if hide() is called)?
i want to make download button in collectionviewcell, when button pressed progress start on that cell. im stuck with this problem. thanks
When displaying the ProgressHUD on an iPad where the app was startet while the device was already in landscape mode, the ProgressHUD shows up with the wrong direction (portrait). This...
metro progress not working on iPhone 5
I would like to segue to different controllers after, and only after, animation of the progress HUD is finished. For example, when upload succeeds, I wanted to segue after the...
Hi there, I'm using this class to indicate download progress. Sometimes I get a crash when is rendering the current progress in `createImageForCurrentProgress` method. I'm instantiating it with the following...
I check the code and default is 2.5. How to change it without modify sourcecode? Thanks
Perhaps I can update to use constraints?
I've noticed when I render a ring (for example a download), and the download completes and then I update the ring with performAction = success, then the check is drawn,...
- (void)backItemAction { if ([self.navigationController isShowingProgressBar]) { [self.navigationController cancelProgress]; [self.navigationController setProgress:0 animated:NO]; } [self.navigationController popViewControllerAnimated:YES]; } I use navigation progress in a webView, it works. but sometimes, when I pop...