我一直在寻找这个问题的答案,但我找不到它。
我有一个提醒视图:
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Text Field empty" message:@"You didn't enter anything in the username field." delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil];
当用户将手指放在按钮上时,按钮的背景颜色会稍微改变,让他们知道按下了它。
有没有办法自定义这种颜色?
由于