본문 바로가기
1 - iOS

[iOS/Swift] Lottie 추가하기

by seonshine-bibi 2022. 4. 12.
반응형

SwiftUI에서 Lottie 를 추가하는 방법

 

 

https://lottiefiles.com/

 

Free Lottie Animation Files, Tools & Plugins - LottieFiles

The world’s largest online platform for the world’s smallest animation format for designers, developers, and more. Access Lottie animation tools and plugins for Android, iOS, and Web.

lottiefiles.com

 

Lottie 에서 JSON 형식의 움직이는 animation file을 얻을 수 있다.

 

 

https://lottiefiles.com/popular

 

Free Lottie Animation Files, Tools & Plugins - LottieFiles

The world’s largest online platform for the world’s smallest animation format for designers, developers, and more. Access Lottie animation tools and plugins for Android, iOS, and Web.

lottiefiles.com

 

 

 

 

Xcode 프로젝트 안에 다운 받은 Lottie 파일을 넣어준다.

 

 

 

 

 

Lottie 파일을 보여주기 위한 LottieView를 만들어준다.

 

 

 

 

 

위와 같이 filename을 넣어서 사용할 수 있다.

 

 

반응형