I am doing a project to scan qr codes.a. In this project a history page is present in which i have to show the history of user's scans. It contains URLs only. So I am planning to show the list of urls he scanned previously in a table view.
How can i save the history list? help, please. can I use NSMutable array or something to save the scanned urls like this[myArray writeToURL:aURL atomically:NO];