Câu hỏi được gắn thẻ «uiactionsheet»



16
Làm thế nào để trình bày UIActionSheet iOS Swift?
Cách thực hiện UIActionSheet trong iOS Swift? Đây là mã của tôi để mã hóa UIActionSheet. @IBAction func downloadSheet(sender: AnyObject) { let optionMenu = UIAlertController(title: nil, message: "Choose Option", preferredStyle: .actionSheet) let saveAction = UIAlertAction(title: "Save", style: .default, handler: { (alert: UIAlertAction!) -> Void in println("Saved") }) let deleteAction = …

8
ActionSheet không hoạt động iPad
Tôi đang sử dụng ActionSheet trong ứng dụng của mình. Trên iPhone của tôi, nó hoạt động, nhưng nó không hoạt động trên trình mô phỏng iPad. đây là mã của tôi: @IBAction func dialog(sender: AnyObject) { let optionMenu = UIAlertController(title: nil, message: "Choose Option", preferredStyle: .ActionSheet) let deleteAction = …
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.