Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexito4/racphotos
A small wrapper of Photos.framework with ReactiveCocoa 4.
https://github.com/alexito4/racphotos
Last synced: about 2 months ago
JSON representation
A small wrapper of Photos.framework with ReactiveCocoa 4.
- Host: GitHub
- URL: https://github.com/alexito4/racphotos
- Owner: alexito4
- License: mit
- Created: 2015-08-19T06:48:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-11T16:07:49.000Z (over 8 years ago)
- Last Synced: 2024-10-08T13:03:14.658Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 1000 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RACPhotos
[![CI Status](http://img.shields.io/travis/Alejandro Martínez/RACPhotos.svg?style=flat)](https://travis-ci.org/Alejandro Martínez/RACPhotos)
[![Version](https://img.shields.io/cocoapods/v/RACPhotos.svg?style=flat)](http://cocoapods.org/pods/RACPhotos)
[![License](https://img.shields.io/cocoapods/l/RACPhotos.svg?style=flat)](http://cocoapods.org/pods/RACPhotos)
[![Platform](https://img.shields.io/cocoapods/p/RACPhotos.svg?style=flat)](http://cocoapods.org/pods/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](https://itunes.apple.com/es/app/bwallpapers/id926031600?mt=8&uo=4).
You can read the [blog post](http://alejandromp.com/blog/2015/8/19/photos-framework-ReactiveCocoa).
## 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](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
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.