ActionSheet) var okAction = UIAlertAction(title: "Yes", style: UIAlertActionStyle.Default) { UIAlertAction in NSLog("OK Pressed") } var cancelAction ...
確定! 回上一頁