I am new to iOS development and am learning as I go. I have made an app using a navigation based controller. It is a reference guide of sorts where the first screen has choices using a table view. You make the selection and its pushed to another table view with more options etc, which eventually leads to the information you are looking for.
I want to add a Favorites option where, once you arrive at your end result it has a favorites star that populates it to another controller containing all the favorites. This would allow the user to populate say the top 20 searches mostly used into a separate table view which is accessed from the first screen on a "favorites" bar
There are some explanations out there, yet I haven't found any that are for the new guys. Can someone please explain in great detail the process? point me to a video tutorial? or attach a link to a "dummies" version? lol
Thank you so much in advance.