We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hii,
Ik have a question :) what do i wrong here? i get the error:
"use of unresolved identifier dataFromNetworking"
This is my code
Alamofire.request(.GET, "http://www.pasveer.nl/api/get_posts") .responseJSON { (_, _, JSON, _) in let json = JSON(data: dataFromNetworking) if let userName = json[0]["user"]["name"].string{ println(userName) else{ //something else } }
What am i doing wrong?
The text was updated successfully, but these errors were encountered:
Sorry @NielsvanDijk your wrong. The JSON in Alamofire as AnyObject not SwiftJSON's JSON.Alamofire-SwiftyJSON may help you.
JSON
AnyObject
Sorry, something went wrong.
No branches or pull requests
Hii,
Ik have a question :) what do i wrong here? i get the error:
"use of unresolved identifier dataFromNetworking"
This is my code
What am i doing wrong?
The text was updated successfully, but these errors were encountered: