Update the comments about autoPlayAnimatedImage

This commit is contained in:
DreamPiggy 2020-05-11 11:31:29 +08:00
parent a31ba1782f
commit f2f1daf7bb
1 changed files with 2 additions and 3 deletions

View File

@ -84,10 +84,9 @@
/**
If the image has more than one frame, set this value to `YES` will automatically
play/stop the animation when the view become visible/invisible.
The default value is `YES`.
Default is YES.
*/
@property (nonatomic) BOOL autoPlayAnimatedImage;
@property (nonatomic, assign) BOOL autoPlayAnimatedImage;
/**
You can specify a runloop mode to let it rendering.