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

Commit 8a455f0

Browse files
Merge branch 'release/3.0.2'
2 parents dd412c3 + 1efbcf6 commit 8a455f0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
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 = "3.0.1"
3+
spec.version = "3.0.2"
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
@@ -171,6 +171,7 @@ open class CameraViewController: UIViewController {
171171
super.init(nibName: nil, bundle: nil)
172172
onCompletion = completion
173173
cameraOverlay.isHidden = !croppingParameters.isEnabled
174+
cameraOverlay.isUserInteractionEnabled = false
174175
libraryButton.isEnabled = allowsLibraryAccess
175176
libraryButton.isHidden = !allowsLibraryAccess
176177
swapButton.isEnabled = allowsSwapCameraOrientation

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Add the following to your Podfile:
2525

2626
```ruby
2727
pod 'ALCameraViewController'
28+
29+
// For swift 3.2 support
30+
pod 'ALCameraViewController', '~> 2.0.3'
2831
```
2932

3033
Carthage:

0 commit comments

Comments
 (0)