/FWDraggableSwipePlayer

Objective-c MPMoviePlayerController A draggable player like youtube's and PPS's app, full screen with swipe player

Primary LanguageObjective-CMIT LicenseMIT

FWDraggableSwipePlayer

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:

FWDraggableManager *manager = [[FWDraggableManager alloc]initWithList:list Config:[[FWSWipePlayerConfig alloc]init]]; [manager showAtViewAndPlay:self.view];

change draggable detail view: UIView *detailView = [[UIView alloc]init]; detailView.backgroundColor = [UIColor blueColor]; [self.playerManager setDetailView:detailView];

  • only view

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

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