iPhone long plist
Posted
by Zac Altman
on Stack Overflow
See other posts from Stack Overflow
or by Zac Altman
Published on 2010-05-29T22:00:09Z
Indexed on
2010/05/29
22:02 UTC
Read the original article
Hit count: 592
I have some data i want to add in to my app...about 650 categories (includes a name + id number), each with an average of 85 items (each with a name/id number).
Will the iPhone support such a large plist? I want to first display the categories in a UITableView, when a category is selected I want to display all of the associated items. Having such a large plist, im not sure if the iPhone will lag when loading the items. At over 51,000 lines it seems like...it might.
© Stack Overflow or respective owner