Commit 61d64c588b3ade6f7cefd98f0a26e69fc52a5333
1 parent
c4cbe6dd
去除手势
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 | ... | ... |