Expose the read write to FLAnimatedImage associate to the UIImage to allow advanced feature like placeholder
This commit is contained in:
parent
a54d1d7a2f
commit
26e77d0f04
|
@ -25,8 +25,9 @@
|
|||
|
||||
/**
|
||||
* The FLAnimatedImage associated to the UIImage instance when an animated GIF image load.
|
||||
* For most cases this is read-only and you should avoid manually setting this value. Util some cases like using placeholder with a `FLAnimatedImage`.
|
||||
*/
|
||||
@property (nonatomic, strong, readonly, nullable) FLAnimatedImage *sd_FLAnimatedImage;
|
||||
@property (nonatomic, strong, nullable) FLAnimatedImage *sd_FLAnimatedImage;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in New Issue