MockImagePicker alternatives and similar libraries
Based on the "Camera" category.
Alternatively, view MockImagePicker alternatives based on common mentions on social networks and blogs.
-
SCRecorder
Camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing. -
ALCameraViewController
A camera view controller with custom image picker and image cropping. Written in Swift. -
TGCameraViewController
Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects. -
Cool-iOS-Camera
A fully customisable and modern camera implementation for iOS made with AVFoundation. -
CameraManager
Simple Swift class to provide all the configurations you need to create custom camera view in your app. -
RSBarcodes_Swift
1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift. -
iOS-Depth-Sampler
A collection of code examples for Depth APIs. -
Lumina
Full service camera that takes photos, videos, streams frames, detects metadata, and streams CoreML predictions :largeorangediamond: -
JVTImageFilePicker
Easy and beautiful way for a user to pick content, files or images. Written in Objective C. -
CameraBackground
Show camera layer as a background to any UIView. -
RAImagePicker
RAImagePicker is a protocol-oriented framework that provides custom features from the built-in Image Picker Edit.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of MockImagePicker or a related project?
README
MockImagePicker
Mock UIImagePickerController to simulate the camera in iOS simulator.
Usage
#if targetEnvironment(simulator)
import MockImagePicker
typealias UIImagePickerController = MockImagePicker
typealias UIImagePickerControllerDelegate = MockImagePickerDelegate
#endif
Requirements
- iOS 9.3+
- Xcode 9
Installation
CocoaPods:
pod 'MockImagePicker'
Legacy versions:
Swift version | MockImagePicker version |
---|---|
4.1 (Xcode 9.4) | pod 'MiniLayout', '~> 1.2.1' pod 'MockImagePicker', '~> 1.1.0' |
Swift Package Manager:
dependencies: [
.package(url: "https://github.com/yonat/MockImagePicker", from: "1.2.5")
]
TODO
- [ ] implement
cameraOverlayView
Meta
*Note that all licence references and agreements mentioned in the MockImagePicker README section above
are relevant to that project's source code only.