How to customize Buttons in UIActionSheet?

前端 未结 3 1871
说谎
说谎 2021-01-03 00:41

I want to change the image of the buttons of UIActionSheet, I have images for each button, and I want each <

3条回答
  •  轮回少年
    2021-01-03 01:23

    Looks like you'll just have to create your own class. I'd look into subclassing either UIView or UIActionSheet. There are those PSD things around that you can get the images you'll need, pending copyright.

    EDIT: If you do end up creating your own class, and its any good, consider uploading it to http://cocoacontrols.com/

提交回复
热议问题