Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Latest commit

 

History

History
74 lines (53 loc) · 2.51 KB

README.md

File metadata and controls

74 lines (53 loc) · 2.51 KB

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_taheri[email protected]

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

https://github.com/sdtaheri/STCameraPicker