iOS UIAlertView改变字体颜色
2017-11-28 本文已影响32人
夏天爱西瓜汁
2016.8.26
UIAlertView*alert = [[UIAlertViewalloc]initWithTitle:@"000"message:@"00"delegate:selfcancelButtonTitle:@"cancel"otherButtonTitles:@"yes",nil];
[UIViewappearance].tintColor= [UIColorgreenColor];//修改alertview的按钮字体颜色
[alertshow];