swift中UIActionSheet的使用

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