mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-24 04:15:32 +08:00
Fix raw value for .None option
This commit is contained in:
@@ -37,7 +37,7 @@ typedef NS_ENUM(NSUInteger, PINRemoteImageManagerError) {
|
||||
*/
|
||||
typedef NS_OPTIONS(NSUInteger, PINRemoteImageManagerDownloadOptions) {
|
||||
/** Download and process with default options (no other options set) */
|
||||
PINRemoteImageManagerDownloadOptionsNone,
|
||||
PINRemoteImageManagerDownloadOptionsNone = 0,
|
||||
/** Regardless of the image type downloaded, return UIImages and *not* FLAnimatedImage */
|
||||
PINRemoteImageManagerDownloadOptionsIgnoreGIFs,
|
||||
/** Skip decoding the image before returning. This means smaller images returned, but images will be decoded on the main thread when set on an image view */
|
||||
|
||||
Reference in New Issue
Block a user