I am trying to create the login with QR code. I did Google and got to know How to implement QR code in Swift. My Doubt or Question is: How do you store your QR code metadata or key or value of particular QR code? Where shall I save ? I have 10 different QR code Images. If QR code "A" matches to key value "A" then only View must Segue to next page.
Thank you.