更改UIAlertView按钮按下的颜色

时间:2013-07-26 23:09:08

标签: cocoa-touch button background uialertview

我一直在寻找这个问题的答案,但我找不到它。

我有一个提醒视图:

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Text Field empty" message:@"You didn't enter anything in the username field." delegate:self cancelButtonTitle:@"OK"   otherButtonTitles:nil];

当用户将手指放在按钮上时,按钮的背景颜色会稍微改变,让他们知道按下了它。

有没有办法自定义这种颜色?

由于

0 个答案:

没有答案