修复bug

This commit is contained in:
liyuhua
2023-09-27 12:35:29 +08:00
parent 84413059be
commit c476416283
48 changed files with 3240 additions and 44 deletions

View File

@@ -179,7 +179,7 @@
_pagingView.listContainerView.backgroundColor = [UIColor clearColor];
_pagingView.mainTableView.backgroundColor = [UIColor clearColor];
_pagingView.listContainerView.listCellBackgroundColor = UIColor.clearColor;
_pagingView.pinSectionHeaderVerticalOffset = kNavigationHeight;
_pagingView.pinSectionHeaderVerticalOffset = 57;
_pagingView.isListHorizontalScrollEnabled = NO;
_pagingView.mainTableView.gestureDelegate = self;