Project Description:
I need code that would allow me to implement an "add to favorites" button in my applications. This would take a cell from one tableview and copy that cell into the "favorites" tableview. I also need the "favorites" tableview to have a search bar at the top that would allow the user to search for a specific item within the tableview. I also need the favorites tableview to have a persistent store across user sessions, most likely by utilizing Core Data.
I'll also require detailed notes/comments within the code (they need to be in english), explaining how to implement the favorites code and search function within my applications. If there's anything that isn't clear about this project feel free to message me with your questions. Thank you.