FWDraggableSwipePlayer 1.0.1

FWDraggableSwipePlayer 1.0.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最新发布2015年5月

fillywong维护。



  • 作者
  • fillywong

一个类似 YouTube 和 PPS 应用程序的拖拽播放器,支持全屏和滑动播放

截图

alt tag alt tag

用法

  • 使用拖拽管理器

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];