[iOS]UIAlertController修改提示按鈕文字顏色

 系統提示按鈕字體顏色默認是藍色,因爲是在項目優化時產生的需求故使用拓展的方式解決。 #import "UIAlertController+GSActionBtn.h" @implementation UIAlertController (GSActionBtn) + (void)load { // 只執行一次 static dispatch_once_t onceToken;
相關文章
相關標籤/搜索