Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.5 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.5 KB

DVGAssetPickerController

CI Status Version License Platform

This is an attempt to reimplement Apple's UI from Messages.app for iOS where you can select photos from Camera Roll to attach to your imessage.

We successfully use this component in our own Together video editing app for iOS where users could import photos using this component into video compilations. Here is how DVGAssetPickerController looks in action:

Selecting Three Photos

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 8.1

Installation

DVGAssetPickerController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DVGAssetPickerController"

Author

DENIVIP Group, [email protected]

License

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