swift中UIActionSheet的使用

[objc]  view plain  copy   // 方法1   let alertSheet = UIActionSheet(title: alertTitle, delegate: nil, cancelButtonTitle: alertOK, destructiveButtonTitle: alertCancel)   alertSheet.showInView(self.view)
相关文章
相关标签/搜索