Skip to content

ahmedraad/LottieHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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