This commit is contained in:
2025-11-11 14:02:36 +08:00
parent 9059a24637
commit e4ba237a00
18 changed files with 10 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
#import "JXCategoryListContainerView.h"
NS_ASSUME_NONNULL_BEGIN
@interface HomeRankVC : BaseViewController<JXCategoryListContainerViewDelegate>
@interface HomeRankVC : UIViewController<JXCategoryListContainerViewDelegate>
// 列表
@property (nonatomic, strong) UICollectionView *collectionView;
@end

View File

@@ -22,6 +22,7 @@
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view.
self.view.backgroundColor = [UIColor clearColor];
self.titles = @[@"螃蟹啊斯柯达积分卡", @"小龙虾", @"苹果", @"胡萝卜", @"葡萄", @"西瓜"];
[self.view addSubview:self.myCategoryView];
[self.view addSubview:self.listContainerView];