How would you go about creating a favorites tab for an iphone application?
Posted
by user337174
on Stack Overflow
See other posts from Stack Overflow
or by user337174
Published on 2010-05-10T10:56:23Z
Indexed on
2010/05/10
11:04 UTC
Read the original article
Hit count: 209
I would like to add a favorites tab to my iphone app that i am developing. I am using core data to populate a UITableView and would like in the detailed view to be able to add the selected item to the users favorites.
Would i go about this by adding the selected item to a new array?
I am very new to xcode and iphone programming so as much help and code would be gratefully received.
© Stack Overflow or respective owner