0

我已经到处寻找这个问题的答案,但我找不到。

我有一个警报视图:

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

当用户将手指放在按钮上时,按钮的背景颜色会发生一点变化,让他们知道他们正在按下它。

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

谢谢

4

0 回答 0