|
@@ -90,7 +90,7 @@
|
|
|
[self refreshListPage];
|
|
|
self.topViewHeight = [MusicRoomGroupHeadView getViewHeightWithPlanString:self.detailModel.coursePlan];
|
|
|
[self.infoView configWithSource:self.detailModel];
|
|
|
- [self.pagerView reloadData];
|
|
|
+ [self.pagerView resizeTableHeaderViewHeightWithAnimatable:NO duration:0.3f curve:UIViewAnimationCurveEaseInOut];
|
|
|
}
|
|
|
|
|
|
- (void)configCategoryView:(NSInteger)topHeight {
|
|
@@ -171,6 +171,7 @@
|
|
|
}
|
|
|
|
|
|
- (id<JXPagerViewListViewDelegate>)pagerView:(JXPagerView *)pagerView initListAtIndex:(NSInteger)index {
|
|
|
+
|
|
|
ProgramCourseGroupBodyView *listView = [[ProgramCourseGroupBodyView alloc] init];
|
|
|
listView.naviController = self.navigationController;
|
|
|
listView.selectIndex = index;
|