From cbeea6ef44d2dc58b5860dffb94a53c1304e7302 Mon Sep 17 00:00:00 2001 From: Haik Aslanyan Date: Fri, 1 May 2020 12:30:00 +0400 Subject: [PATCH] removed redundant UIImagePickerControllerDelegate --- Example/Example/Info.plist | 2 -- Sources/Public/RCCameraViewController.swift | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Example/Example/Info.plist b/Example/Example/Info.plist index 9ac034c..1b9a118 100644 --- a/Example/Example/Info.plist +++ b/Example/Example/Info.plist @@ -64,7 +64,5 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIUserInterfaceStyle - Light diff --git a/Sources/Public/RCCameraViewController.swift b/Sources/Public/RCCameraViewController.swift index 689af45..c485af1 100644 --- a/Sources/Public/RCCameraViewController.swift +++ b/Sources/Public/RCCameraViewController.swift @@ -23,7 +23,7 @@ import UIKit import AVFoundation -public final class RCCameraViewController: UIViewController, UIImagePickerControllerDelegate { +public final class RCCameraViewController: UIViewController { //MARK: Public properties public weak var delegate: RCCameraViewControllerDelegate?