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?