Help with Editing Core Data in a Table View

Hi Everyone,


I am having an issue editing core data items displayed in a table view.


In my app, the user is able to create tags that contain some basic information like text and date. I store the tags as core data and display them as items in a table view on a different view controller. When I click on one of the specific items in the table, I want to be able to go to a different view controller, have the information from the specific item displayed, allowing the user to edit that information, then save it and return to the previous page. I've got the core data to display correctly in the table view and the user can click on each item and go to a different view controller. However, I can't get that specific information to appear on the seperate view controller and be editable by the user.


Can anyone help with this issue? Thanks

Replies

You can use predicate to fetch a particular entity corresponding to the did select row item.