I have a problem I want to handle a JSON Response with Alamofire in Swift So I found this answer on Stackoverflow unfortunately this post is a few days older. My question is how can I receive the data from Alamofire on first button press (without swiftyJSON). I hope someone could help me.
This is the link I found on Stackoverflow.