FlexMediaPicker 5.3.1

FlexMediaPicker 5.3.1

Maintained by Martin Rehder.



 
Depends on:
ImagePersistence>= 0
DateToolsSwift>= 0
StyledOverlay>= 0
ImageSlideshow>= 0
TaskQueue>= 0
Player>= 0
DSWaveformImage>= 0
FlexImageCropView>= 0
 

  • By
  • Martin Jacob Rehder

FlexMediaPicker

Media Picker written in Swift for selecting and taking photos, videos and audio recordings.

Installation

CocoaPods

Install CocoaPods if not already available:

$ [sudo] gem install cocoapods
$ pod setup

Go to the directory of your Xcode project, and Create and Edit your Podfile and add import FlexMediaPicker:

$ cd /path/to/MyProject
$ touch Podfile
$ edit Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘11.0’

use_frameworks!
pod ‘import FlexMediaPicker’

Install into your project:

$ pod install

Open your project in Xcode from the .xcworkspace file (not the usual project file):

$ open MyProject.xcworkspace

You can now import FlexMediaPicker framework into your files.

Usage

See the demo project contained in the code for a usage guide.

License

FlexMediaPicker is available under the MIT license. See the LICENSE file for more info.