我想在警报消息标题而不是标题文本中添加共享图像。
如何使用 swift 3 实现这一点?
let alertController = UIAlertController(title: "Share Movie", message: "Share this movie!", preferredStyle: .alert)
alertController.addAction(UIAlertAction(title: "Share", style: UIAlertActionStyle.default, handler: nil))