Merge pull request #1461 from jawwad/patch-1

Improve documentation for SDWebImageHighPriority
This commit is contained in:
Bogdan Poplauschi 2016-05-08 18:43:52 +03:00
commit d4d11ef0b0
1 changed files with 2 additions and 3 deletions

View File

@ -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,