From 54bfbb2b1da9743c2a0f56a5bffd4022ea04100c Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <6d0847b9@opayq.com> Date: Tue, 3 Apr 2018 13:07:43 +0300 Subject: [PATCH] Add loopAnimation default value in documentation --- lottie-ios/Classes/PublicHeaders/LOTAnimationView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lottie-ios/Classes/PublicHeaders/LOTAnimationView.h b/lottie-ios/Classes/PublicHeaders/LOTAnimationView.h index 8f8aaaf1dc..44f5e1cb42 100644 --- a/lottie-ios/Classes/PublicHeaders/LOTAnimationView.h +++ b/lottie-ios/Classes/PublicHeaders/LOTAnimationView.h @@ -46,7 +46,7 @@ typedef void (^LOTAnimationCompletionBlock)(BOOL animationFinished); /// Flag is YES when the animation is playing @property (nonatomic, readonly) BOOL isAnimationPlaying; -/// Tells the animation to loop indefinitely. +/// Tells the animation to loop indefinitely. Defaults to NO. @property (nonatomic, assign) BOOL loopAnimation; /// The animation will play forward and then backwards if loopAnimation is also YES