Skip to content

teufelaudio/LottieExtensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LottieExtensions

AirBnB's Lottie SwiftUI View

Example usage:

LottieView(.init(name: animationFile.name, bundle: animationFile.bundle))
    .lottieAnimationConfiguration {
        $0.loopMode = .playOnce
        $0.play()
    }