Top "Alamofire" questions

Alamofire is an HTTP networking library written in Swift.

Alamofire Swift 3.0 Extra argument in call

I have migrated my project to Swift 3 (and updated Alamofire to latest Swift 3 version with pod 'Alamofire', '~> 4.0' …

alamofire swift3
upload image to server using Alamofire

this is my code that I want to upload image to server using Alamofire, it not error but it can't …

swift3 alamofire
POST request with data in body with Alamofire 4

how is it possible to send a POST request with a data in the HTTP body with Alamofire 4? I used …

ios swift encoding swift3 alamofire
Sending json array via Alamofire

I wonder if it's possible to directly send an array (not wrapped in a dictionary) in a POST request. Apparently …

swift alamofire
Cannot install Alamofire in new Xcode Project. "No Such module Alamofire"

I follow the instructions to the T. Fresh install of all, yet getting the error: "No Such module Alamofire" Directions …

ios ios7 afnetworking alamofire
Set timeout in Alamofire

I am using Alamofire 4.0.1 and I want to set a timeout for my request. I tried the solutions gived in …

ios swift alamofire
How to get the result value of Alamofire.request().responseJSON in swift 2?

I have a question about the new version of Alamofire for Swift 2 Alamofire.request(.POST, urlString, parameters: parameters as? [String : …

ios json swift swift2 alamofire
Download File Using Alamofire 4.0 (Swift 3)

In older version of Alamofire. This is how I download file let destinationPath = Alamofire.Request.suggestedDownloadDestination( directory: .documentDirectory, domain: .userDomainMask); …

ios swift swift3 alamofire alamofireimage
Handle timeout with Alamofire

Is it possible to add timeout handler for Alamofire request? In my project I use Alamofire this way: init() { let …

swift alamofire
Cocoapods + Cannot load underlying module for 'x'

I am running XCode 7, Swift 2.0, iOS 9. I want to install Alamofire in my project using Cocoapods. I have done the …

ios swift afnetworking cocoapods alamofire