let yesButton = UIAlertAction(title: "Yes", style: .default, handler: yesAction). alertController.addAction (yesButton) let cancelButton = UIAlertAction ...
確定! 回上一頁