Commit f24b496c7726b19a063bb5be97242f4752dd3d9d
Merge branch 'master' of http://bj.gitlab.cnlive.com/ios-team/CNLiveMateCode
Showing
1 changed file
with
1 additions
and
1 deletions
metaCode/Classes/Main/VideoPage/Controller/CNLiveShortVideoViewController.swift
| ... | ... | @@ -142,7 +142,7 @@ class CNLiveShortVideoViewController : CNLiveBaseViewController, UITableViewDele |
| 142 | 142 | addRefreshView() |
| 143 | 143 | |
| 144 | 144 | player = ZFPlayerController(scrollView: tableView, playerManager: playerManager, containerViewTag: 100) |
| 145 | - player.disableGestureTypes = [.pan, .pinch] | |
| 145 | +// player.disableGestureTypes = //[.pan, .pinch] | |
| 146 | 146 | player.controlView = controlView |
| 147 | 147 | player.allowOrentitaionRotation = false |
| 148 | 148 | player.isWWANAutoPlay = true | ... | ... |