Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 567 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 567 Bytes

LottieHUD

N|Solid

Simple way to handle Lottie Hud

Example

Installation

Just drag LottieHUD.swift into your project

Usage

var hud = LottieHUD("name_of_animation_file")
// show HUD
hud.showHUD()

// stop HUD 
hud.stopHUD()

Todos

  • Add blur background
  • support cocoapods

Animation from

https://www.lottiefiles.com/1149-veil ❤️

License

MIT