项目作者: hugomagallanes

项目描述 :
Native iOS video player
高级语言: CoffeeScript
项目地址: git://github.com/hugomagallanes/framer-native-videoplayer.git


Native iOS Dailymotion player

license
Maintenance

Dailymotion native iOS player with all functional controls recreated in Framer.

Installation

Using Framer Modules


Install with Framer Modules

Manually

  1. Download project from Github
  2. Copy nativeIOSplayer.coffee into modules/ folder inside your Framer project
  3. Import it into your Framer project by adding
    1. {nativeIOSplayer} = require 'nativeIOSplayer'

Customization

Property Type Description
VODvideo URL Loads video file
VODheader String Define video’s header
VODchannel String Define video’s channel

Functions

I have included two functions that allow to minimize and expand the player.

Minimize player

  1. nativeIOSplayer.MinimizePlayer()

Expand player - regular size

  1. nativeIOSplayer.ExpandPlayer()