/STCameraPicker

Primary LanguageObjective-CMIT LicenseMIT

STCameraPicker

A UIViewController subclass a la UIImagePickerController for capturing multiple images in a single session.

Swift Version Build Status License Carthage compatible CocoaPods Compatible
Platform PRs Welcome

One the limitations of UIImagePickerController is that you can't take multiple pictures in camera without dismissing and relaunching. This implementation is a custom overlay on UIImagePickerController that lets you capture as many images as you desire.

Features

  • Taking multiple images in a single session
  • Delegation pattern
  • Customizable

Requirements

  • iOS 9.0+
  • Xcode 7.3+

Installation

CocoaPods

You can use CocoaPods to install STCameraPicker by adding it to your Podfile:

platform :ios, '9.0'
use_frameworks!
pod 'STCameraPicker'

To get the full benefits import STCameraPicker wherever you import UIKit

import UIKit
import STCameraPicker

Contribute

We would love for you to contribute to STCameraPicker, check the LICENSE file for more info.

Meta

Saeed Taheri – @saeed_taherisaeed.taheri@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/sdtaheri/STCameraPicker