Improving documentation based on feedback. Thanks @appleguy! (#2364)

* Improving documentation based on feedback. Thanks @appleguy!

* :palm + forehead:
This commit is contained in:
Garrett Moon
2016-10-07 16:59:44 -07:00
committed by Adlai Holler
parent c72b2b212c
commit 4f3593b211
4 changed files with 14 additions and 7 deletions

View File

@@ -31,9 +31,10 @@ NS_ASSUME_NONNULL_BEGIN
/**
* The shared instance of a @c PINRemoteImageManager used by all @c ASPINRemoteImageDownloaders
*
* @discussion you can use this method to access the shared downloader. This is useful to share a cache
* @discussion you can use this method to access the shared manager. This is useful to share a cache
* and resources if you need to download images outside of an @c ASNetworkImageNode or
* @c ASMultiplexImageNode
* @c ASMultiplexImageNode. It's also useful to access the memoryCache and diskCache to set limits
* or handle authentication challenges.
*
* @return An instance of a @c PINRemoteImageManager
*/