You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Samples/Advanced/DocumentReader-Swift/DocumentReader-Swift/AdditionalScreens/CustomRfidViewController.swift
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -122,15 +122,15 @@ class CustomRfidViewController: UIViewController {
122
122
123
123
func handleRFIDNotify(rfidNotify:RFIDNotify){
124
124
switch rfidNotify.code {
125
-
caseRGLRFIDNotificationCodesProgress:
125
+
caseRFIDNotificationCodes.progress:
126
126
DispatchQueue.main.async{
127
127
varprogress:Float=0
128
128
ifself.currentRfidNotify !=nil{
129
129
progress =Float(rfidNotify.value /100)
130
130
}
131
131
self.progressView.progress = progress
132
132
}
133
-
caseRGLRFIDNotificationCodesPCSCReadingDatagroup:
133
+
caseRFIDNotificationCodes.pcscReadingDatagroup:
134
134
if rfidNotify.value ==1{
135
135
self.currentRfidNotify =nil
136
136
}else{
@@ -143,7 +143,7 @@ class CustomRfidViewController: UIViewController {
Copy file name to clipboardExpand all lines: Samples/Advanced/DocumentReader-Swift/DocumentReader-Swift/ResultsViewController/ResultsViewController.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ class ResultsViewController: UIViewController {
0 commit comments