默认情况下,UIAlertView
带有两个按钮的 a 每个按钮都有不同的 alpha。
有没有办法让它们看起来与不同的文本相同,无需子类化UIAlertView
或制作自定义警报视图?
这是我使用的:
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:
kAlertTitleOrderType message:kAlertMessageOrderType delegate:delegate
cancelButtonTitle:nil otherButtonTitles:@"Collection", @"Delivery", nil];