Commit 26e76f3be207815a4a7488b0c4b3bf450d39c509
1 parent
be463285
取消点播页下拉刷新功能
Showing
1 changed file
with
1 additions
and
1 deletions
metaCode/Classes/Main/HuBiLieHomePage/Controller/CNLiveTVPlayerViewController.swift
| @@ -244,7 +244,7 @@ class CNLiveTVPlayerViewController:UIViewController, UITableViewDataSource, UITa | @@ -244,7 +244,7 @@ class CNLiveTVPlayerViewController:UIViewController, UITableViewDataSource, UITa | ||
| 244 | make.height.equalToSuperview().offset(-self.containerView.bottom) | 244 | make.height.equalToSuperview().offset(-self.containerView.bottom) |
| 245 | } | 245 | } |
| 246 | bottomCommentShowContainView.isHidden = true | 246 | bottomCommentShowContainView.isHidden = true |
| 247 | - self.addRefreshView() | 247 | +// self.addRefreshView() |
| 248 | self.isAblumVideo = false | 248 | self.isAblumVideo = false |
| 249 | self.isPlayAblumOrKandian = false | 249 | self.isPlayAblumOrKandian = false |
| 250 | 250 |