1
This commit is contained in:
@@ -90,7 +90,7 @@ static const CGFloat JXheightForHeaderInSection = 50;
|
||||
backgroundView.indicatorHeight = 30;
|
||||
backgroundView.indicatorCornerRadius = JXCategoryViewAutomaticDimension;
|
||||
backgroundView.indicatorColor = [UIColor whiteColor]; // keep selected fill white
|
||||
backgroundView.layer.borderColor = [UIColor colorWithHex:0x02BEAC].CGColor;
|
||||
backgroundView.layer.borderColor = [UIColor colorWithHex:KBColor].CGColor;
|
||||
backgroundView.layer.borderWidth = 1;
|
||||
backgroundView.indicatorWidthIncrement = 0; // 指示器宽度不额外加宽
|
||||
// 点击切换时不需要左右滚动动画,直接跳转到目标位置
|
||||
|
||||
Reference in New Issue
Block a user