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/3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLittlejohn committed Oct 2, 2017
2 parents dd412c3 + 1efbcf6 commit 8a455f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ALCameraViewController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "ALCameraViewController"
spec.version = "3.0.1"
spec.version = "3.0.2"
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 @@ -171,6 +171,7 @@ open class CameraViewController: UIViewController {
super.init(nibName: nil, bundle: nil)
onCompletion = completion
cameraOverlay.isHidden = !croppingParameters.isEnabled
cameraOverlay.isUserInteractionEnabled = false
libraryButton.isEnabled = allowsLibraryAccess
libraryButton.isHidden = !allowsLibraryAccess
swapButton.isEnabled = allowsSwapCameraOrientation
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -25,6 +25,9 @@ Add the following to your Podfile:

```ruby
pod 'ALCameraViewController'

// For swift 3.2 support
pod 'ALCameraViewController', '~> 2.0.3'
```

Carthage:
Expand Down

0 comments on commit 8a455f0

Please sign in to comment.