Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kosoku/ksomediapicker
- Owner: Kosoku
- License: apache-2.0
- Created: 2017-03-17T22:34:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T22:36:02.000Z (about 2 years ago)
- Last Synced: 2024-12-01T09:49:21.406Z (23 days ago)
- Topics: ios, photos-framework, tvos
- Language: Objective-C
- Homepage:
- Size: 38.6 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`