fix
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#import "HomeRankVC.h"
|
||||
#import "HomeRankContentVC.h"
|
||||
#import "KBCategoryTitleImageView.h"
|
||||
|
||||
@interface HomeRankVC ()<JXCategoryViewDelegate>
|
||||
@property (nonatomic, strong) NSArray *titles;
|
||||
@@ -114,9 +115,10 @@
|
||||
// 分页菜单视图
|
||||
- (JXCategoryTitleImageView *)myCategoryView {
|
||||
if (!_myCategoryView) {
|
||||
_myCategoryView = [[JXCategoryTitleImageView alloc] init];
|
||||
// Use our subclass so cells get a 4pt rounded background locally
|
||||
_myCategoryView = (JXCategoryTitleImageView *)[[KBCategoryTitleImageView alloc] init];
|
||||
_myCategoryView.delegate = self;
|
||||
|
||||
|
||||
// !!!: 将列表容器视图关联到 categoryView
|
||||
_myCategoryView.listContainer = self.listContainerView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user