Login required for access
In order to watch this lesson, you'll need to login to the website.
Moving right along with one of the final features of our application: Persistence of Likes for Posts. This is relatively simple to do since we have our FeedItem model defined nicely in our application. One simple modification we'll perform is to update FeedItem with a property called hasLiked using a type boolean. This property helps us easily keep track of whether the current user has liked a post and we'll send this back to the iOS application as well.

Comments (4)
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
HELP & SUPPORT