标签:ios uiactionsheet
let actionSheet = UIActionSheet(title: "ActionSheet", delegate: self, cancelButtonTitle: "Cancel", destructiveButtonTitle: "Destroy", otherButtonTitles: "OK") actionSheet.actionSheetStyle = .Default actionSheet.showInView(self.view)
标签:ios uiactionsheet
原文地址:http://blog.csdn.net/rainlesvio/article/details/39889555