Skip to content

Card Scan UI Customization #134

@ahaanlimaye

Description

@ahaanlimaye

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:
Screen Shot 2021-06-24 at 9 27 35 PM

Is there any example code where I can see how to customize using the functions above?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions