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
- Host: GitHub
- URL: https://github.com/olejnjak/simpleimagepicker
- Owner: olejnjak
- License: mit
- Created: 2017-05-03T23:13:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T14:33:21.000Z (over 6 years ago)
- Last Synced: 2025-06-14T06:02:27.859Z (about 1 year ago)
- Topics: camera, imagepicker, ios, photo-library, pick-images, swift, ui
- Language: Swift
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleImagePicker
[](https://travis-ci.org/olejnjak/SimpleImagePicker)
[](http://cocoapods.org/pods/SimpleImagePicker)
[](http://cocoapods.org/pods/SimpleImagePicker)
[](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.