Commit f24b496c7726b19a063bb5be97242f4752dd3d9d

Authored by “张旭”
2 parents 792e3838 477c9de1
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
... ...