Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 502ef25

Browse files
Merge branch 'release/2.0.1'
2 parents aee4a64 + 74ffab0 commit 502ef25

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

ALCameraViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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

ALCameraViewController/ViewController/CameraViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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()

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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
1820
This project requires Xcode 8.3 to run and compiles with swift 3.1

0 commit comments

Comments
 (0)