pmusolino / PMAlertController

PMAlertController is a great and customizable alert that can substitute UIAlertController
MIT License
2.53k stars 186 forks source link

Add spinner or rotating images #66

Closed bjimenezned closed 6 years ago

bjimenezned commented 6 years ago

It would be cool if the alertcontroller had the ability to rotate images or a native spinner option to offer feedback on lengthy tasks, In the meanwhile I'll try to make my own with QuartzCore and add it as a pull request

pmusolino commented 6 years ago

HI @bjimenezned. Please read the readme file, there are some example on how to use the "loader" feature.

Thanks Paolo