Top "Afnetworking" questions

AFNetworking is a networking library for iOS and macOS available on GitHub and CocoaPods.

AFNetworking for Android

I am in the process of porting my iOS app to Android, and am now in need of a simple …

android json image asynchronous afnetworking
AFNetworking - How can I PUT and POST raw data without using a key value pair?

I am trying to make an HTTP PUT request using AFNetworking to create an attachment in a CouchDB server. The …

ios objective-c rest afnetworking
Does AFNetworking have backgrounding support?

I'm in the process of investigating AFNetworking as a replacement for ASIHTTPRequest, and notice a complete lack of information on …

iphone ios asihttprequest afnetworking
Can't use AFHTTPRequestOperationManager

I got a problem when I'm using AFNetworking. I wrote this in my code: AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager]; I do …

ios objective-c httprequest afnetworking
AFNetworking version 2 content-type error

I'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 afjsonrequestoperation
self.tableView reloadData not working after successful call in AFNetworking

I 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 reloaddata
AFNetworking setImageWithURLRequest not setting remote image

I'm using AFNetworking's UIImageView+AFNetworking.h to asynchronously load an online image onto a UIImageView. The remote image loads very …

ios uiimageview afnetworking
UITableViewCell height resize when image is downloaded

I'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 afnetworking
How to cancel network request with afnetworking

Is there a way to cancel all network request (the request started by another method) before I do a network …

afnetworking
completion handler's error in swift 3 and Xcode 8

I 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