Best practices and Design Patterns for iPhone forms?

Posted by cannyboy on Stack Overflow See other posts from Stack Overflow or by cannyboy
Published on 2010-05-06T11:06:02Z Indexed on 2010/05/06 11:18 UTC
Read the original article Hit count: 189

Part of the app I'm making requires the user to fill in a multi-page form, the contents of which will be saved locally (perhaps using Core Data). Are there any best practices for this? This form just includes text fields. I guess the options are UITextFields, or perhaps a UIWebView, with the fields as part of an html form? Are there are any best practices, or design patterns, which are good for this kind of thing?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c