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

https://github.com/olejnjak/simpleimagepicker

Simple iOS UI component for picking images from photo library or camera
https://github.com/olejnjak/simpleimagepicker

camera imagepicker ios photo-library pick-images swift ui

Last synced: 2 months ago
JSON representation

Simple iOS UI component for picking images from photo library or camera

Awesome Lists containing this project

README

          

# SimpleImagePicker

[![CI Status](http://img.shields.io/travis/olejnjak/SimpleImagePicker.svg?style=flat)](https://travis-ci.org/olejnjak/SimpleImagePicker)
[![Version](https://img.shields.io/cocoapods/v/SimpleImagePicker.svg?style=flat)](http://cocoapods.org/pods/SimpleImagePicker)
[![License](https://img.shields.io/cocoapods/l/SimpleImagePicker.svg?style=flat)](http://cocoapods.org/pods/SimpleImagePicker)
[![Platform](https://img.shields.io/cocoapods/p/SimpleImagePicker.svg?style=flat)](http://cocoapods.org/pods/SimpleImagePicker)

Simple iOS component which handles image picking from photo library and camera as well as situations when permissions are not sufficient.

## Example

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

## Requirements

## Installation

SimpleImagePicker is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "SimpleImagePicker"
```

## Author

olejnjak, olejnjak@gmail.com

## License

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