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

@@ -1,7 +1,6 @@
{
"images" : [
{
"filename" : "home_bar_underline.png",
"idiom" : "universal",
"scale" : "1x"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 886 B

View File

@@ -1,15 +1,16 @@
{
"images" : [
{
"filename" : "home_down_arrow.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "home_down_arrow 1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "home_down_arrow 2.png",
"idiom" : "universal",
"scale" : "3x"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 852 B

View File

@@ -1,15 +1,16 @@
{
"images" : [
{
"filename" : "home_left_bg.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "home_left_bg 1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "home_left_bg 2.png",
"idiom" : "universal",
"scale" : "3x"
}

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -1,15 +1,16 @@
{
"images" : [
{
"filename" : "home_right_bg.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "home_right_bg 1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "home_right_bg 2.png",
"idiom" : "universal",
"scale" : "3x"
}

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -1,15 +1,16 @@
{
"images" : [
{
"filename" : "home_up_arrow.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "home_up_arrow 1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "home_up_arrow 2.png",
"idiom" : "universal",
"scale" : "3x"
}

View File

Before

Width:  |  Height:  |  Size: 773 B

After

Width:  |  Height:  |  Size: 773 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 773 B

View File

@@ -1,7 +1,6 @@
{
"images" : [
{
"filename" : "my_bg_icon.png",
"idiom" : "universal",
"scale" : "1x"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

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];