美文网首页
iOS UIAlertView改变字体颜色

iOS UIAlertView改变字体颜色

作者: 夏天爱西瓜汁 | 来源:发表于2017-11-28 11:17 被阅读32次

2016.8.26

UIAlertView*alert = [[UIAlertViewalloc]initWithTitle:@"000"message:@"00"delegate:selfcancelButtonTitle:@"cancel"otherButtonTitles:@"yes",nil];

[UIViewappearance].tintColor= [UIColorgreenColor];//修改alertview的按钮字体颜色

[alertshow];

相关文章