Commit 371ac97602e23bc206a1e3d8c02544a9b98ce5f3
1 parent
710cf214
直播详情滑动问题修改
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveScioLive/Pages/Live/Controller/VideoPlayBackViewController.m
| @@ -562,7 +562,7 @@ | @@ -562,7 +562,7 @@ | ||
| 562 | _newsArray = [NSArray arrayWithArray:array]; | 562 | _newsArray = [NSArray arrayWithArray:array]; |
| 563 | [self.tableView setFrame:CGRectMake( 0, 40 + relatedWebView.scrollView.contentSize.height, MainScreenWidth, 36 + 86*_newsArray.count)]; | 563 | [self.tableView setFrame:CGRectMake( 0, 40 + relatedWebView.scrollView.contentSize.height, MainScreenWidth, 36 + 86*_newsArray.count)]; |
| 564 | } | 564 | } |
| 565 | - [backgroundView setContentSize:CGSizeMake(MainScreenWidth, [heightArr[fontIndex] floatValue] + self.tableView.frame.size.height)]; | 565 | + [backgroundView setContentSize:CGSizeMake(MainScreenWidth,40 + descriptionHeight + [heightArr[fontIndex] floatValue] + self.tableView.frame.size.height)]; |
| 566 | [self.tableView reloadData]; | 566 | [self.tableView reloadData]; |
| 567 | } else { | 567 | } else { |
| 568 | [AlertViewTool showHUDViewText:_dic[@"errorMessage"]]; | 568 | [AlertViewTool showHUDViewText:_dic[@"errorMessage"]]; |