chenliangloveyou/EasyShowView

暗黑模式 bgColor

youyoukong opened this issue · 1 comments

EasyTextConfig *config = [EasyTextConfig shared];
config.bgColor = [UIColor whiteColor];

appdelegate里面设置了bgColor. info.plist里面关闭暗黑模式.真机本身设置了暗黑模式.
bgView显示的是黑色的.

我的头文件导入错了.
只导入了#import "EasyShowView.h".