Merge pull request #1461 from jawwad/patch-1
Improve documentation for SDWebImageHighPriority
This commit is contained in:
commit
d4d11ef0b0
|
@ -64,9 +64,8 @@ typedef NS_OPTIONS(NSUInteger, SDWebImageOptions) {
|
|||
SDWebImageAllowInvalidSSLCertificates = 1 << 7,
|
||||
|
||||
/**
|
||||
* By default, image are loaded in the order they were queued. This flag move them to
|
||||
* the front of the queue and is loaded immediately instead of waiting for the current queue to be loaded (which
|
||||
* could take a while).
|
||||
* By default, images are loaded in the order in which they were queued. This flag moves them to
|
||||
* the front of the queue.
|
||||
*/
|
||||
SDWebImageHighPriority = 1 << 8,
|
||||
|
||||
|
|
Loading…
Reference in New Issue