dito010 / JPVideoPlayer

Automatic play video & cache video data in UITableView like Weibo and Douyin.
http://www.jianshu.com/users/e2f2d779c022/latest_articles
MIT License
2.24k stars 431 forks source link

点击UICollectionViewCell时怎么让其全屏 #282

Closed xiedeacc closed 4 years ago

xiedeacc commented 4 years ago

rt,下面的代码能全屏,但是得点击放大按钮。能不能只要点击视频,就全屏,并且保持竖屏 [self.playingCell.videoPlayView jp_playVideoWithURL:[NSURL URLWithString:self.pathStrings[indexPath.row]] bufferingIndicator:[JPVideoPlayerBufferingIndicator new] controlView:[[JPVideoPlayerControlView alloc] initWithControlBar:nil blurImage:nil] progressView:nil configuration:nil];