Let ASMultiplexImageNode skip failed image identifiers

This commit is contained in:
andyscott
2015-01-15 14:54:40 -08:00
parent 63e97f0901
commit 60b27829e1
2 changed files with 23 additions and 8 deletions

View File

@@ -68,6 +68,11 @@ typedef NS_ENUM(NSUInteger, ASMultiplexImageNodeErrorCode) {
*/
@property (nonatomic, readwrite, assign) BOOL downloadsIntermediateImages;
/**
* @abstract Indicates that the receiver should stop loading if it encounters an error while loading an intermediate image identifier. Defaults to NO.
*/
@property (nonatomic, readwrite, assign) BOOL haltLoadingOnError;
/**
* @abstract An array of identifiers representing various versions of an image for ASMultiplexImageNode to display.
*