I am new to App development , I am using XCode 4.2
I am creating an application that reads QR codes . I would like to be able to save the string (NSString format) and possibly the image in a history list so that even if the user close the application the history of scanned QR codes can be retreived, how can I do that ?
a sample code will be appreciated
Thanks Alot