UIAlertAction *sureAction=[UIAlertAction actionWithTitle:@"保存" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
}];
[sureAction setValue:[UIColor blackColor] forKey:@"_titleTextColor"];
UIAlertAction *sureAction=[UIAlertAction actionWithTitle:@"保存" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
}];
[sureAction setValue:[UIColor blackColor] forKey:@"_titleTextColor"];
本文标题:UIAlertAction设置颜色
本文链接:https://www.haomeiwen.com/subject/bfldrktx.html
网友评论