1

What I am doing

I am making a project with Actionsheet with three buttons in it.

My problem

I want that when I press button 1 .It should be highlighted in orange when I press the button..

It should only change when I press the button

suggestion please..

Jean-Luc Godard
  • 1,873
  • 3
  • 28
  • 53
  • possible duplicate of [UIActionSheet button's color](http://stackoverflow.com/questions/4248400/uiactionsheet-buttons-color) – Brad Larson May 17 '11 at 17:36

1 Answers1

1

As Evan Mulawski says in his answer here:

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

Community
  • 1
  • 1
Jhaliya - Praveen Sharma
  • 31,697
  • 9
  • 72
  • 76
  • 2
    Don't copy another user's complete answer. I've made the attribution very clear here, but you should still be able to find your own words to answer a question like this. – Brad Larson May 17 '11 at 17:50