暗黑模式 bgColor
youyoukong opened this issue · 1 comments
youyoukong commented
EasyTextConfig *config = [EasyTextConfig shared];
config.bgColor = [UIColor whiteColor];
appdelegate里面设置了bgColor. info.plist里面关闭暗黑模式.真机本身设置了暗黑模式.
bgView显示的是黑色的.
youyoukong commented
我的头文件导入错了.
只导入了#import "EasyShowView.h".