Commit 3becd891 cgx

优化自定义导航栏

1 个父辈 926ff181
......@@ -66,7 +66,7 @@
if (!_dsNaviBar) {
_dsNaviBar = [[UIView alloc] initWithFrame:CGRectMake(0, 0, kScreenWidth, kTopHeight(0))];
_dsNaviBar.alpha = 0;
_dsNaviBar.backgroundColor = BrandColor;
_dsNaviBar.dk_backgroundColorPicker = DKColorPickerWithColors(BrandColor, DarkColor, DSWhite);
[_dsNaviBar addSubview:self.titleLab];
[_titleLab mas_makeConstraints:^(MASConstraintMaker *make) {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!