我希望创建一个自定义的UIAlertController子类。如果理解正确,则需要在子类初始化期间调用super.init(title...。class AccountInfoActionSheet: UIAlertController {
fatalError("init(coder:) has not been implemented")
我正在尝试使用计算属性返回一个警报控制器,但是我收到了错误消息"Cannot convert value of type '() -> _‘to specified type 'UIAlertController代码示例如下: var displayErrorController: UIAlertController= {
let controller = UIAlertCont