AFNetworking is a networking library for iOS and macOS available on GitHub and CocoaPods.
I am in the process of porting my iOS app to Android, and am now in need of a simple …
android json image asynchronous afnetworkingI am trying to make an HTTP PUT request using AFNetworking to create an attachment in a CouchDB server. The …
ios objective-c rest afnetworkingI'm in the process of investigating AFNetworking as a replacement for ASIHTTPRequest, and notice a complete lack of information on …
iphone ios asihttprequest afnetworkingI got a problem when I'm using AFNetworking. I wrote this in my code: AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager]; I do …
ios objective-c httprequest afnetworkingI'm attempting to make an iphone app that will interact with a particular JIRA server. I've got the following code …
ios objective-c afnetworking afnetworking-2 afjsonrequestoperationI have a class that runs similar to the AFHTTPSessionManager component of this tutorial http://www.raywenderlich.com/59255/afnetworking-2-0…
ios objective-c uitableview afnetworking reloaddataI'm using AFNetworking's UIImageView+AFNetworking.h to asynchronously load an online image onto a UIImageView. The remote image loads very …
ios uiimageview afnetworkingI'm using UIImageView+AFNetworking category for async image loading. Everything works fine, but I've tried a couple of things and …
ios dynamic uitableview height afnetworkingIs there a way to cancel all network request (the request started by another method) before I do a network …
afnetworkingI have working project in Xcode 7.3 with swift 2.2 version. Now I have updated Xcode 8 and migrated to swift 3. Now my …
ios facebook afnetworking swift3 xcode8