Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kosoku/ksomediapicker

KSOMediaPicker is an iOS/tvOS framework that provides UI to access the Photos framework.
https://github.com/kosoku/ksomediapicker

ios photos-framework tvos

Last synced: 15 days ago
JSON representation

KSOMediaPicker is an iOS/tvOS framework that provides UI to access the Photos framework.

Awesome Lists containing this project

README

        

## KSOMediaPicker

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](http://img.shields.io/cocoapods/v/KSOMediaPicker.svg)](http://cocoapods.org/?q=KSOMediaPicker)
[![Platform](http://img.shields.io/cocoapods/p/KSOMediaPicker.svg)]()
[![License](http://img.shields.io/cocoapods/l/KSOMediaPicker.svg)](https://github.com/Kosoku/KSOMediaPicker/blob/master/license.txt)

*KSOMediaPicker* is an iOS/tvOS framework that provides UI to access the Photos framework. It provides similar functionality to `UIImagePickerController` on iOS and a custom implementation on tvOS.

![iOS](screenshots/iOS.gif)

### Installation

You can install *KSOMediaPicker* using [cocoapods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage), or as a framework. When installing as a framework, ensure you also link to [Agamotto](https://github.com/Kosoku/Agamotto), [Ditko](https://github.com/Kosoku/Ditko), [Loki](https://github.com/Kosoku/Loki), [Stanley](https://github.com/Kosoku/Stanley), [Quicksilver](https://github.com/Kosoku/Quicksilver), [Shield/Photos](https://github.com/Kosoku/Shield), [KSOFontAwesomeExtensions](https://github.com/Kosoku/KSOFontAwesomeExtensions), and [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage) as *KSOMediaPicker* relies on them.

### Dependencies

Third party:

- [Stanley](https://github.com/Kosoku/Stanley)
- [Agamotto](https://github.com/Kosoku/Agamotto)
- [Ditko](https://github.com/Kosoku/Ditko)
- [Loki](https://github.com/Kosoku/Loki)
- [Quicksilver](https://github.com/Kosoku/Quicksilver)
- [Shield/Photos](https://github.com/Kosoku/Shield)
- [KSOFontAwesomeExtensions](https://github.com/Kosoku/KSOFontAwesomeExtensions)
- [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage)

Apple:

- `Photos`, `iOS` and `tvOS`