I am developing an app for a project that takes data from a scanned USDL (Using BlinkID) and inputs data such as: First Name, Last Name, Middle Name, DOB, Sex, and address into seperate text boxes on a separate view controller. Then when hitting "OK" takes them to another view controller with other options that I will be creating.
I am stuck though. I can't seem to transfer the data from scanned USDL into text boxes on a separate View Controller. I am able to import the data into Xcode when scanned, but I want to be able to switch views automatically after scan and have the app auto fill the textboxes labeled: FIRST NAME, LAST NAME, ADDRESS, DOB, SEX, etc.