progressHandler
A block that Photos calls periodically while downloading the image.
Declaration
var progressHandler: PHAssetImageProgressHandler? { get set }Discussion
If you request an image whose data is not on the local device, and you have enabled downloading with the isNetworkAccessAllowed property, Photos calls your block periodically to report progress and to allow you to cancel the download.