问题 I have a problem while trying to make a function that automatically create POST request, send them, get the response, and handle them then show UIAlertView to tell the user which problem it is. Here is my code : let task = session.dataTaskWithRequest(request, completionHandler:{ (data, response, error) -> Void in dispatch_async(dispatch_get_main_queue(),{ var alert = UIAlertController(title: "Chargement", message: "Envoi des informations...", preferredStyle: UIAlertControllerStyle.Alert)