1. bugs fix, 多是 UI 问题,部份是线上问题
2. 要注意更新数据时的保护操作
This commit is contained in:
eggmanQQQ
2024-06-21 16:14:36 +08:00
parent 9af02cd815
commit 2d4c030a09
21 changed files with 104 additions and 82 deletions

View File

@@ -149,6 +149,7 @@
_collectionView.pagingEnabled = NO;
_collectionView.hidden = YES;
_collectionView.scrollEnabled = NO;
// _collectionView.userInteractionEnabled = NO;
_collectionView.backgroundColor = [UIColor clearColor];
[_collectionView registerClass:[XPNewHomeItemCell class] forCellWithReuseIdentifier:NSStringFromClass([XPNewHomeItemCell class])];
_collectionView.showsVerticalScrollIndicator = NO;