Alamofire is an HTTP networking library written in Swift.
I have migrated my project to Swift 3 (and updated Alamofire to latest Swift 3 version with pod 'Alamofire', '~> 4.0' …
alamofire swift3this is my code that I want to upload image to server using Alamofire, it not error but it can't …
swift3 alamofireI wonder if it's possible to directly send an array (not wrapped in a dictionary) in a POST request. Apparently …
swift alamofireI follow the instructions to the T. Fresh install of all, yet getting the error: "No Such module Alamofire" Directions …
ios ios7 afnetworking alamofireI am using Alamofire 4.0.1 and I want to set a timeout for my request. I tried the solutions gived in …
ios swift alamofireIn older version of Alamofire. This is how I download file let destinationPath = Alamofire.Request.suggestedDownloadDestination( directory: .documentDirectory, domain: .userDomainMask); …
ios swift swift3 alamofire alamofireimageIs it possible to add timeout handler for Alamofire request? In my project I use Alamofire this way: init() { let …
swift alamofireI 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