Skip to content

Commit

Permalink
[Fix] sopt-makers#348 - 친구 생성 로티 반복 횟수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lsj8706 committed Jan 9, 2024
1 parent 57a6daa commit 2374b76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class PokeMakingFriendCompletedVC: UIViewController, PokeMakingFriendComp
// MARK: - Method

private func setLottie() {
lottieView.loopMode = .playOnce
lottieView.loopMode = .repeat(2)
lottieView.contentMode = .scaleAspectFit
lottieView.play { _ in
self.lottieView.stop()
Expand Down

0 comments on commit 2374b76

Please sign in to comment.