Alamofire is an HTTP networking library written in Swift.
I have an array of dictionaries that I am trying to post to Alamofire with the help of SwiftyJSON. The …
swift alamofire swift4 swifty-jsonI'm using AlamofireImage to set an image on a UIImageView in a UITableViewCell like so: cell.imageView.af_setImageWithURL(url) …
ios iphone cocoa-touch alamofire alamofireimageI am building an app that checks domain availability. Right now, I am using the goDaddy API; according to goDaddy, …
ios swift curl alamofire godaddy-apiI m new to iOS and Swift development environment. I was trying to use Alamofire for pulling JSON and AlamofireObjectMapper …
ios json swift2 alamofire objectmapperI'm new to iOS development and using Xcode and I'm having trouble getting Alamofire to work within a Playground. There's …
swift xcode6 swift-playground alamofire