Edit for Swift 4.x: let alert = UIAlertController(title: "Alert", message: "Message", preferredStyle: .alert) alert.addAction(UIAlertAction(title: "OK", ...
確定! 回上一頁