Hi!!! I have this problem, I have an app with an API, I bring all the popular movies, and I have a search bar where I bring all the movies that are written on the search bar...
The thing is that I have to make a like button and also save de data of the liked ones with user defaults, also I have to have two sections in my tableview, the first one shows the liked ones and the other section the other films.
How can I implement this? Thank you in advance!!!!