How to put an image on UIActionSheet?
How to put image on UIActionSheet on right position of text. Like given in apple music player. Note: Don't answer with custom view, if it is possible in UIActionSheet , Kindly let us know. Don't answer with custom view Then you are effectively forbidding anyone to answer, because that is what you do . First of all, there is no such thing as UIActionSheet. It was deprecated four years ago. Today we use UIAlertController. UIAlertController is nothing but a prepackaged presented view controller. It does nothing that you could not do for yourself. It is also deliberately very simple and limited.