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

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLittlejohn committed Sep 6, 2017
2 parents aee4a64 + 74ffab0 commit 502ef25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ALCameraViewController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "ALCameraViewController"
spec.version = "2.0.0"
spec.version = "2.0.1"
spec.summary = "A camera view controller with custom image picker and image cropping."
spec.source = { :git => "https://github.com/AlexLittlejohn/ALCameraViewController.git", :tag => spec.version.to_s }
spec.requires_arc = true
Expand Down
Expand Up @@ -284,6 +284,7 @@ open class CameraViewController: UIViewController {
cameraView.startSession()
addCameraObserver()
addRotateObserver()
rotateCameraView()

if allowVolumeButtonCapture {
setupVolumeControl()
Expand Down
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -8,11 +8,13 @@ A camera view controller with custom image picker and image cropping.

### Features

- Front facing and rear facing camera support
- Simple and clean look
- Custom image picker with permission checking
- Image cropping (square only)
- Flash light support
- [x] Front facing and rear facing camera
- [x] Simple and clean look
- [x] Custom image picker with permission checking
- [x] Image cropping
- [x] Flash light
- [x] Zoom
- [x] Tap to focus

### Installation & Requirements
This project requires Xcode 8.3 to run and compiles with swift 3.1
Expand Down

0 comments on commit 502ef25

Please sign in to comment.