FWDraggableSwipePlayer 1.0.1

FWDraggableSwipePlayer 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2015

Maintained by fillywong.



  • By
  • fillywong

A draggable player like youtube's and PPS's app, full screen with swipe player

Screen shots

alt tag alt tag

Usage

  • With draggable manager:

FWDraggablePlayerManager *manager = [[FWDraggablePlayerManager alloc]initWithList:list Config:[[FWSWipePlayerConfig alloc]init]];

[manager showAtViewAndPlay:self.view];

  • only view

with list video:

FWSwipePlayerViewController *playerController = [[[FWSwipePlayerViewController alloc]init] updateMoviePlayerWithVideoList:list Config:[[FWSWipePlayerConfig alloc]init]];

[playerController attachTo:self]; [playerController playStartAt:200];

no list video:

FWSwipePlayerViewController *playerController = [[[FWSwipePlayerViewController alloc]init] updateMoviePlayerWithInfo:videoinfo Config:[[FWSWipePlayerConfig alloc]init]];

[playerController attachTo:self];