Popularity
0.8
Stable
Activity
4.5
-
22
2
2

Programming language: Swift
License: MIT License
Tags: Hardware     Camera    
Latest version: v1.2.5

MockImagePicker alternatives and similar libraries

Based on the "Camera" category.
Alternatively, view MockImagePicker alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MockImagePicker or a related project?

Add another 'Camera' Library

README

MockImagePicker

Mock UIImagePickerController to simulate the camera in iOS simulator.

Swift Version Build Status [License][license-url] CocoaPods Compatible
Platform PRs Welcome

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

@yonatsharon

https://github.com/yonat/MockImagePicker


*Note that all licence references and agreements mentioned in the MockImagePicker README section above are relevant to that project's source code only.