优化ui
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
// 返回各个列表菜单下的实例,该实例需要遵守并实现 <JXCategoryListContentViewDelegate> 协议
|
||||
- (id<JXCategoryListContentViewDelegate>)listContainerView:(JXCategoryListContainerView *)listContainerView initListForIndex:(NSInteger)index {
|
||||
HomeRankContentVC *list = [[HomeRankContentVC alloc] init];
|
||||
self.tableView = list.tableView;
|
||||
self.collectionView = list.collectionView;
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user