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
UIActionSheet
UIDocumentInteractionController
From iOS 8.0 you can use UIAlertController. In UIAlertController, each button item is know as UIAlertAction which add accordingly.
UIAlertController
UIAlertAction
You can check my answer