This commit is contained in:
2025-11-10 19:51:23 +08:00
parent 1dc9560a1f
commit 3eb3a86376
17 changed files with 125 additions and 21 deletions

View File

@@ -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:KBColor].CGColor;
backgroundView.layer.borderColor = [UIColor colorWithHex:KBColorValue].CGColor;
backgroundView.layer.borderWidth = 1;
backgroundView.indicatorWidthIncrement = 0; //
//