I\'m experiencing a problem with UIAlertController on my app now migrated to iOS8 with Date Picker inside.
Below is the code.
UIAlertController *AlertVie
DispatchQueue.main.async { self.present(alertView, animated: true, completion:nil) }
Swift 3.0 version. Alternatively, setting animated: false also solved my problem.