Deploying App With Dummy/Initial Data

Posted by mattmccomb on Stack Overflow See other posts from Stack Overflow or by mattmccomb
Published on 2010-04-27T19:10:42Z Indexed on 2010/04/27 19:13 UTC
Read the original article Hit count: 280

Filed under:
|
|

I have a Core Data based application that stores hierarchal data displayed using a series of UITableViews. To illustrate my app functionality to the user I would like to pre-populate my database/app with some dummy values. This data would be available upon installation on the user's iPhone/iPod Touch.

What is the best way to achieve this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk