Update the comments about autoPlayAnimatedImage
This commit is contained in:
parent
a31ba1782f
commit
f2f1daf7bb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue