この質問に対する答えを探しましたが、見つかりません。
私はアラートビューを持っています:
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Text Field empty" message:@"You didn't enter anything in the username field." delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil];
ユーザーがボタンの上に指を置くと、ボタンの背景色が少し変化して、ボタンを押していることがわかります。
その色をカスタマイズする方法はありますか?
ありがとう