We have a basic application that uses a storyboard for all the 'pages'. Each page has basic product info and there is a contact form. It's used at trade shows, usually with an internet connection, therefore the contact form is just a UIWebView.
The next event has no internet available and I need to set up the contact / details form to work offline and store the info on the device (iPad), with a page to also retrieve it. I'm not overly experienced with iOS (but I'm proficient in programming knowledge), so any ideas or pointers to tutorials would be great. Thanks!