SwiftAssetsPickerController Save

A simple assets picker controller based on iOS 8 Photos framework. Supports iCloud photos and videos. It's written in Swift.

Project README

SwiftAssetsPickerController

Version License Platform CocoaPods CocoaPods

A simple assets picker controller based on Photos framework. Supports iCloud photos and videos.

alt tag alt tag

Installation

CocoaPods:

pod 'SwiftAssetsPickerController'

Manual:

Copy AssetsPickerController.swift and AssetsPickerGridController.swift to your project.
Also framework uses CheckMarkView, you can found here.

Using

It's really simple. Just see the example:

let assetsPickerController = AssetsPickerController()
assetsPickerController.didSelectAssets = {(assets: Array) -> () in
    println(assets)
}
let navigationController = UINavigationController(rootViewController: rootListAssets)
presentViewController(navigationController, animated: true, completion: nil)

License

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

Open Source Agenda is not affiliated with "SwiftAssetsPickerController" Project. README Source: maximbilan/SwiftAssetsPickerController
Stars
85
Open Issues
0
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating