You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,20 @@ A camera view controller with custom image picker and image cropping.
20
20
This project requires Xcode 8.3 to run and compiles with swift 3.1
21
21
> Note: This library makes use of the AVFoundation camera API's which are unavailable on the iOS simulator. You'll need a real device to run it.
22
22
23
-
ALCameraViewController is available on CocoaPods. Add the following to your Podfile:
23
+
CocoaPods:
24
+
Add the following to your Podfile:
24
25
25
26
```ruby
26
27
pod 'ALCameraViewController'
27
28
```
28
29
30
+
Carthage:
31
+
32
+
```ruby
33
+
github "alexlittlejohn/CameraViewController"
34
+
```
35
+
36
+
29
37
### Privacy (iOS 10) ###
30
38
If you are building your app with iOS 10 or newer, you need to add two privacy keys to your app to allow the usage of the camera and photo library, or your app will crash.
0 commit comments