mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-04-27 15:07:43 +00:00
Fixed typos in README
This commit is contained in:
parent
fbabe5a83b
commit
fe9c879da4
1 changed files with 3 additions and 3 deletions
|
|
@ -124,7 +124,7 @@ stopVideoRecording()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
###Delegate
|
### Delegate
|
||||||
|
|
||||||
In order to acquire the photos and videos taken by either the SwiftyCamButton or manually, you must implement the `SwiftyCamViewControllerDelegate` and set the `cameraDelegate` to your view controller instance:
|
In order to acquire the photos and videos taken by either the SwiftyCamButton or manually, you must implement the `SwiftyCamViewControllerDelegate` and set the `cameraDelegate` to your view controller instance:
|
||||||
|
|
||||||
|
|
@ -139,7 +139,7 @@ class MyCameraViewController : SwiftyCamViewController, SwiftyCamViewControllerD
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
####Delegate methods:
|
#### Delegate methods:
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
func swiftyCam(_ swiftyCam: SwiftyCamViewController, didTake photo: UIImage) {
|
func swiftyCam(_ swiftyCam: SwiftyCamViewController, didTake photo: UIImage) {
|
||||||
|
|
@ -226,7 +226,7 @@ SwiftyCam also enables switching between cameras with a double tap gesture. To d
|
||||||
doubleTapCameraSwitch = false
|
doubleTapCameraSwitch = false
|
||||||
```
|
```
|
||||||
|
|
||||||
##Configuration
|
## Configuration
|
||||||
|
|
||||||
SwiftyCam has several options for configurating the functionality of the capture:
|
SwiftyCam has several options for configurating the functionality of the capture:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue