OliverLetterer / AFURLConnectionByteSpeedMeasure

Extends AFNetworking with the ability to measure connection speed and estimate completion time.
MIT License
146 stars 11 forks source link

AFNetworking 2.0 support #6

Open bezigon opened 10 years ago

bezigon commented 10 years ago

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 must be of object type

Need some improvements in my opinion.

OliverLetterer commented 10 years ago

Feel free to submit a pull request :)

bezigon commented 10 years ago

I have lacking experience with method swizzling, and I have no idea where to look for. But I'll try to spend time on it.

natanrolnik commented 9 years ago

@bezigon @OliverLetterer Do you have any idea on how to fix this?