iwasrobbed / RPCircularProgress

(Swift) Circular progress UIView subclass with UIProgressView properties
MIT License
257 stars 55 forks source link

just a noob question #19

Closed spurdow closed 7 years ago

spurdow commented 7 years ago

how do i add this on alert view?

iwasrobbed commented 7 years ago

UIAlertController isn't really meant to have subviews added to it (and Apple's docs discourage it).

The view hierarchy for this class is private and must not be modified

There are some who still do it but I'd likely just create your own modal (example here or use something like SVProgressHUD