pinterest / PINRemoteImage

A thread safe, performant, feature rich image fetcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider NSProgressReporting

jparise opened this issue · comments

NSProgressReporting (iOS 9+) provides an interface for objects that report progress using a single NSProgress instance.

This could be a nicer, standardized way to report download progress, especially because it supports trees of progress objects.