How can I change the color of UIActionSheet button's color?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Unfortunately, without using undocumented API's, there is no official way to change the button's color on a UIActionSheet. You may be able to customize this if you subclass the UIActionSheet control. See this example: http://blog.corywiles.com/customizing-uiactionsheet-buttons |
|||||||
|
|
|
I have created child class UICustomActionSheet, which allows customize fonts, colors and images of buttons inside UIActionSheet. It is absolutely safety for appstore, you can find code of this class on next link: https://github.com/gloomcore/UICustomActionSheet Enjoy it! |
|||||||
|
|
We can use background images to do it. I think it is the easiest way.
|
|||
|
|
