mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Improving documentation based on feedback. Thanks @appleguy! (#2364)
* Improving documentation based on feedback. Thanks @appleguy! * :palm + forehead:
This commit is contained in:
committed by
Adlai Holler
parent
c72b2b212c
commit
4f3593b211
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user