Skip to content

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

License

Notifications You must be signed in to change notification settings

YiningJia/FWDraggableSwipePlayer

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.4%
  • Ruby 0.6%