KRProgressHUD icon indicating copy to clipboard operation
KRProgressHUD copied to clipboard

A beautiful and easy-to-use progress HUD for your iOS.

Results 9 KRProgressHUD issues
Sort by recently updated
recently updated
newest added

If some UIAlertView is added while ProgressHUD is loading. after that if we call KRProgressHUD.dismiss() than it will also dismiss the default UIAlertView

I have the latest version but Progress bar not showing in ios 14

I've tested KRProgressHUD on iOS 12+ and the HUD is not showing in the center of UITableViewController. ![Simulator Screen Shot - iPhone SE (2nd generation) - 2020-10-06 at 22 25...

Hello I'm using this code `KRProgressHUD.set(duration: 2).set(font: fontRegular(size: 14)).showInfo(withMessage: "Error")` but only show message once and not working again

Hi. When i dismiss KRProgressHUD the rootViewController is still set to KRProgressHUDViewController. Is there any work-around to inherit my old value before setting it? If I check the dismiss method...

I have tab bar and for each view controller i have to show progress but it only work on first view controller . i am using KRProgressHUD.showOn(self).show() for each view...

Toast time will equal to the delay of the loading.

I want HUD to support landscape display. What should I do without modifying the pod code

I have project in intel system.now i want to use that project in m1 chip system but i am getting errors regarding this pod.Please help me