请参阅链接UIAlertController - add custom views to actionsheet 我的UI布局。
我的应用程序中有相同的自定义操作表布局。代码以相同的方式编写。我注意到在swift4中,“取消”按钮不执行任何操作。当我点击下面代码中的“取消”按钮时
let cancelAction = UIAlertAction(title: "Cancel", style: .cancel, handler: {(alert: UIAlertAction!) in
print("Cancel")
})
代码:print(Cancel")
未执行。