Avoid accessing PHImageManager in ASMultiplexImageNode init

This commit is contained in:
Adlai Holler
2015-10-02 15:41:01 -07:00
parent ac8b224d9b
commit d5a6ad2123
2 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ typedef NS_ENUM(NSUInteger, ASMultiplexImageNodeErrorCode) {
@property (nonatomic, readonly) id displayedImageIdentifier;
/**
* @abstract The image manager that this image node should use when requesting images from the Photos framework. Defaults to `PHImageManager.defaultManager`.
* @abstract The image manager that this image node should use when requesting images from the Photos framework. If this is `nil` (the default), then `PHImageManager.defaultManager` is used.
* @see `+[NSURL URLWithAssetLocalIdentifier:targetSize:contentMode:options:]` below.
*/