This repository was archived by the owner on Jul 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
ALCameraViewController/ViewController Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "ALCameraViewController"
3- spec . version = "2.0.0 "
3+ spec . version = "2.0.1 "
44 spec . summary = "A camera view controller with custom image picker and image cropping."
55 spec . source = { :git => "https://github.com/AlexLittlejohn/ALCameraViewController.git" , :tag => spec . version . to_s }
66 spec . requires_arc = true
Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ open class CameraViewController: UIViewController {
284284 cameraView. startSession ( )
285285 addCameraObserver ( )
286286 addRotateObserver ( )
287+ rotateCameraView ( )
287288
288289 if allowVolumeButtonCapture {
289290 setupVolumeControl ( )
Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ A camera view controller with custom image picker and image cropping.
88
99### Features
1010
11- - Front facing and rear facing camera support
12- - Simple and clean look
13- - Custom image picker with permission checking
14- - Image cropping (square only)
15- - Flash light support
11+ - [x] Front facing and rear facing camera
12+ - [x] Simple and clean look
13+ - [x] Custom image picker with permission checking
14+ - [x] Image cropping
15+ - [x] Flash light
16+ - [x] Zoom
17+ - [x] Tap to focus
1618
1719### Installation & Requirements
1820This project requires Xcode 8.3 to run and compiles with swift 3.1
You can’t perform that action at this time.
0 commit comments