AFURLConnectionByteSpeedMeasure
AFURLConnectionByteSpeedMeasure copied to clipboard
Extends AFNetworking with the ability to measure connection speed and estimate completion time.
Once I added AFURLConnectionByteSpeedMeasure in CocoaPods, some problems were revealed: ``` ../Pods/AFNetworking/AFNetworking/AFURLConnectionOperation.h:186:1: Property with 'retain (or strong)' attribute must be of object type ../Pods/AFNetworking/AFNetworking/AFURLConnectionOperation.h:191:1: Property with 'retain (or strong)' attribute...
Hello, I am using your extension to measure speed. I run it in iOS Simulator but i get 0.00 B/s. Also i am using AFJSONRequestOperation but it uses the AFHTTPRequestOperation...