0

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?

Lex Nguyen
  • 401
  • 11
  • 23

1 Answers1

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