三方崩潰

再點擊UITextField的時候,會出現(xiàn)崩潰的情況,如下:

2017-01-12 17:46:53.892845 BangBang[3366:1042744] *** Assertion failure in -[UICGColor encodeWithCoder:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3600.5.2/UIColor.m:1549
2017-01-12 17:47:04.514804 BangBang[3366:1042744] [Bugly] Trapped uncaught exception 'NSInternalInconsistencyException', reason: 'Only RGBA or White color spaces are supported in this situation.'

出現(xiàn)類似的情況
1、你可能使用了第三方鍵盤
2、在AppDelegate.m使用

[[UINavigationBar appearance] setBarTintColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"back.png"]]];

這一句導致的,刪除這一句,統(tǒng)一的導航條顏色設(shè)置放在BaseController中解決。在此記錄一下,方便遇到和我一樣問題的童鞋解決問題。

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

推薦閱讀更多精彩內(nèi)容