Skip to content

prenagha/alamofire-example

Repository files navigation

Command line XCode project example using

Had some trouble getting Alamofire to work until someone helped me on Stack Overflow

The key was that by default the response handler gets called by Alamofire on the main thread, and main.swift is already running on the main thread, so the response handler is blocked. Once I got Alamofire directed to another thread/queue it all started working.

I highly recommend Erica Sadun's Swift Documentation Markup book

About

Example of alamofire command line Xcode project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages