Skip to content

Commit

Permalink
removed redundant UIImagePickerControllerDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
aslanyanhaik committed May 1, 2020
1 parent 3d584f7 commit cbeea6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Example/Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/Public/RCCameraViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit cbeea6e

Please sign in to comment.