我正在尝试创建确认删除弹出View。因为我想要的设计与典型的UIAlertView弹出窗口的样式非常不同,所以我决定创建一个自定义的ConfirmationViewController来触发弹出窗口。这是典型的UIAlertView的样子:这是我希望我的样子:这是我目前制作自定义ConfirmationViewController弹出窗口的方式:letconfirmationViewController=ConfirmationViewController()confirmationViewController.delegate=selfconfirmationViewControll