DKNightVersion
DKNightVersion copied to clipboard
你好,切换tag的时候,导航栏的颜色从原颜色切换新颜色时可能切换的时间太慢,感觉出现闪屏的情况?请问怎么解决?
-
(instancetype)initWithRootViewController:(UIViewController *)rootViewController{ self = [super initWithRootViewController:rootViewController]; if (self) { self.navigationBar.dk_barTintColorPicker = DKColorPickerWithKey(BAR);
} return self; }