相关疑难解决方法(0)

如何编辑UIAlertAction文本字体大小和颜色

如何编辑UIAlertAction文字大小和颜色?我已经采取了UIAlertController如何编辑大小的方法.这个我smy代码

UIAlertController *controller = [UIAlertController alertControllerWithTitle:@"Do you wish to logout?" message:@"" preferredStyle:UIAlertControllerStyleAlert];
UIAlertAction *logOut = [UIAlertAction actionWithTitle:@"Log Out" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {}];
Run Code Online (Sandbox Code Playgroud)

现在我想要我的'Log Out'文本,字体大小为22,绿色和semibold.

objective-c popup ios uialertaction

15
推荐指数
3
解决办法
2万
查看次数

标签 统计

ios ×1

objective-c ×1

popup ×1

uialertaction ×1