yanglin
yanglin
**bug描述** 手机开启深色模式,在app中关闭深色模式“[UIApplication sharedApplication].keyWindow.overrideUserInterfaceStyle = UIUserInterfaceStyleLight”,创建”JXCategoryTitleView“并设置“titleColorGradientEnabled = YES”,左右滑动时,标题会出现闪烁 **版本号** 1.JXPagingView版本号:? 2.OC还是Swift版本:OC 3.手机系统版本号:14.7 4.手机型号:iPhone 6s Plus **截图、GIF** 
同类型的[issue#1507](https://github.com/CoderMJLee/MJRefresh/issues/1507) ``` objective-c #import "RefreshViewController.h" #import @interface RefreshViewController () @property (nonatomic, strong) UITableView *tableView; @property (nonatomic, strong) NSMutableArray *array; @end @implementation RefreshViewController - (void)viewDidLoad { [super viewDidLoad]; self.view.backgroundColor = [UIColor...