Adding Images to UIActionSheet buttons as in UIDocumentInteractionController

后端 未结 12 1609
我寻月下人不归
我寻月下人不归 2020-11-30 19:39

Is it possible to add an image to the buttons of the UIActionSheet as seen in UIDocumentInteractionController? If so, please let me know how it is

12条回答
  •  天命终不由人
    2020-11-30 19:53

    From iOS 8.0 you can use UIAlertController. In UIAlertController, each button item is know as UIAlertAction which add accordingly.

    You can check my answer

提交回复
热议问题