I'm newbie in Ios. How can i remove highlight in cancel button of UIALERTVIEW. Or make the other buttons also highlight. Can it work for all ios version?
Asked
Active
Viewed 78 times
0
-
When do you want this to happen? When the button is pressed? – Kevin Sep 05 '14 at 06:15
-
NO, just display, because currently, "Cancel" button become bold – Lex Nguyen Sep 05 '14 at 06:18
-
This [question and answer](http://stackoverflow.com/questions/19125249/highlight-top-button-in-uialertview) could help you. Looks like you may have to build a custom view. – trevorj Sep 05 '14 at 06:22
-
Thanks for your help – Lex Nguyen Jul 10 '15 at 06:15
1 Answers
0
UIAlertView
is not customizable the way you want. Use your own alert view system, there are dime a dozen out there that you can customize.
Some of them are "huds" that do a lot more than just fire off a modal alert.

Rikkles
- 3,372
- 1
- 18
- 24