We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9775f2 + e09d446 commit 3db3866Copy full SHA for 3db3866
IDCheckioSDK_Sample/IDCheckioSDK_Sample/ViewControllers/HomeViewController.swift
@@ -102,7 +102,7 @@ extension HomeViewController {
102
let viewController = UIViewController()
103
viewController.modalPresentationStyle = .fullScreen
104
105
- let cameraView = IdcheckioView()
+ let cameraView = IdcheckioView(frame: .zero)
106
107
cameraView.translatesAutoresizingMaskIntoConstraints = false
108
viewController.view.frame = self?.view.frame ?? .zero
IDCheckioSDK_Sample/Podfile
@@ -8,7 +8,7 @@ use_frameworks!
8
9
target 'IDCheckioSDK_Sample' do
10
# Application Pods
11
- pod 'IDCheckIOSDK', '5.3.0'
+ pod 'IDCheckIOSDK', '5.3.1'
12
13
end
14
0 commit comments