From fe9c879da4308da4809bca7049e0d65d87492fb5 Mon Sep 17 00:00:00 2001 From: Andrew Walz Date: Thu, 23 Mar 2017 09:58:22 -0600 Subject: [PATCH] Fixed typos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23ca3a6..8d002ea 100644 --- a/README.md +++ b/README.md @@ -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: @@ -139,7 +139,7 @@ class MyCameraViewController : SwiftyCamViewController, SwiftyCamViewControllerD } ``` -####Delegate methods: +#### Delegate methods: ```swift 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 ``` -##Configuration +## Configuration SwiftyCam has several options for configurating the functionality of the capture: