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