I'm trying to find a solution to what I think has to be a simple problem. I'm using coredata to maintain a list of bookmarks in my app. there are only three fields being stored, bid, order and title.
in some cases I want to update an existing record. currently I'm using a predicate to search for a particular bid. the problem I'm having is accessing the record as an object so it can be updated and resaved.
any help? also, are there any guidelines for how much data should be stored in a plist or user default?
a user can potentially have hundreds of bookmarks.
thanks,
howie