一个类似 YouTube 和 PPS 应用程序的拖拽播放器,支持全屏和滑动播放
FWDraggablePlayerManager *manager = [[FWDraggablePlayerManager alloc] initWithList:list Config:[[FWSWipePlayerConfig alloc]init]];
[manager showAtViewAndPlay:self.view];
带有视频列表
FWSwipePlayerViewController *playerController = [[[FWSwipePlayerViewController alloc]init] updateMoviePlayerWithVideoList:list Config:[[FWSWipePlayerConfig alloc]init]];
[playerController attachTo:self];
[playerController playStartAt:200];
无列表视频
FWSwipePlayerViewController *playerController = [[[FWSwipePlayerViewController alloc]init] updateMoviePlayerWithInfo:videoinfo Config:[[FWSWipePlayerConfig alloc]init]];
[playerController attachTo:self];