A UIViewController subclass a la UIImagePickerController for capturing multiple images in a single session.
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.
- Taking multiple images in a single session
- Delegation pattern
- Customizable
- iOS 9.0+
- Xcode 7.3+
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
We would love for you to contribute to STCameraPicker, check the LICENSE
file for more info.
Saeed Taheri – @saeed_taheri – saeed.taheri@gmail.com
Distributed under the MIT license. See LICENSE
for more information.