[iOS]UIAlertController修改提示按钮文字颜色

 系统提示按钮字体颜色默认是蓝色,因为是在项目优化时产生的需求故使用拓展的方式解决。 #import "UIAlertController+GSActionBtn.h" @implementation UIAlertController (GSActionBtn) + (void)load { // 只执行一次 static dispatch_once_t onceToken;
相关文章
相关标签/搜索