icanzilb / SwiftSpinner

A beautiful activity indicator and modal alert written in Swift (originally developed for my app DoodleDoodle) Using blur effects, translucency, flat and bold design - all iOS 8 latest and greatest
MIT License
2.19k stars 268 forks source link

Show spinner during hide animation transition #122

Closed StanevPrime closed 6 years ago

StanevPrime commented 6 years ago

This pull requests contains a fix for an edge case where in case of showing the spinner while the hide transition is processing, the show method does not show the spinner (because spinner still have a superview).

andreamazz commented 6 years ago

Looking good, thank you for the contribution @StanevPrime