Update comments

This commit is contained in:
Garrett Moon
2016-05-09 17:20:06 -07:00
parent c0eb6cac09
commit 36ce9527de
2 changed files with 4 additions and 2 deletions

View File

@@ -119,7 +119,8 @@ typedef NS_ENUM(NSUInteger, ASMultiplexImageNodeErrorCode) {
/**
* @abstract If the downloader implements progressive image rendering and this value is YES progressive renders of the
* image will be displayed as the image downloads. Defaults to YES.
* image will be displayed as the image downloads. Regardless of this properties value, progress renders will
* only occur when the node is visible. Defaults to YES.
*/
@property (nonatomic, assign, readwrite) BOOL shouldRenderProgressImages;