UIAlertView and UIActionSheet are deprecated since iOS 8. The new way to go is UIAlertController, which can be configured as an AlertView or as an ActionSheet.
UIAlertController: AlertView Style
First, let us create an instance of UIAlertController:
let alertController = UIAlertController(title: "Title", message: "A message",
preferredStyle: