AFURLConnectionByteSpeedMeasure icon indicating copy to clipboard operation
AFURLConnectionByteSpeedMeasure copied to clipboard

AFNetworking 2.0 support

Open bezigon opened this issue 11 years ago • 3 comments

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.

bezigon avatar Feb 03 '14 09:02 bezigon

Feel free to submit a pull request :)

OliverLetterer avatar Feb 03 '14 09:02 OliverLetterer

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.

bezigon avatar Feb 03 '14 10:02 bezigon

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

natanrolnik avatar Feb 16 '15 23:02 natanrolnik