-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I'm having trouble figuring out how to customize the UI of SimpleScanViewController in AppDelegate.m
So far I was able to customize the text of the different components of the cardscan using the following code:
SimpleScanViewController.descriptionString = @"Scan Card";
SimpleScanViewController.enableCameraPermissionString = @"Enable Camera Access";
SimpleScanViewController.enableCameraPermissionsDescriptionString = @"To scan your card you'll need to update your phone settings";
SimpleScanViewController.closeButtonString = @"Close";
SimpleScanViewController.torchButtonString = @"Flash";
Although I am having trouble figuring out how to add more customization using these:

Is there any example code where I can see how to customize using the functions above?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels