How to make progress HUD in Swift
Issue #566
Code
Create a container that has blur effect
1 | public class HUDContainer: UIVisualEffectView, AnimationAware { |
Make error view with 2 cross lines
1 | import UIKit |
Make loading progress using replicator layers
1 | import UIKit |
Make success view with check mark animation
1 | import UIKit |