RACPhotos 0.3.0

RACPhotos 0.3.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2016
SPMSupports SPM

Maintained by Alejandro Martínez.



RACPhotos 0.3.0

RACPhotos

RACPhotos is a small wrapper of the Photos.framework using ReactiveCocoa 4. It let’s you declare what you want to do with the Photos library and forget about the async APIs and the callback hell.

It was developed as part of BWallpapers.

You can read the blog post.

Usage

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

Requirements

It’s a wrapper of Photos.framework so it requires iOS 8.0 and later.

Requires Swift 2. Xcode 7.

Installation

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

pod "RACPhotos"

TODO or NOT TODO

RACPhotos only covers a small part of the Photos.framework. Mainly the part that I needed. Nothing less, nothing more.

Author

Alejandro Martínez, [email protected]

License

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