Posts by Ítalo Bruno • 1 point
1 post
-
0
votes1
answer130
viewsQ: How to do a requisicao using alamofire and make the following lines of code wait for the reply of the request?
class func findProfessions() -> [PhotoProfession] { var professions = [PhotoProfession]() let backendless = Backendless.sharedInstance() if let p =…