Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Add Post likes functionality #60

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Add Post likes functionality #60

wants to merge 1 commit into from

Conversation

bemesa21
Copy link

@bemesa21 bemesa21 commented Sep 4, 2021

  • Add onLikeClicked IBAction to PostCollectionViewCell.swift
  • Create Like model
  • Create LikeService
  • Change likeState from UILabel to UIButton in PostCollectionViewCell.xib
  • Add likesCount and Liked attrs to Post
  • Modify RestClient.swift and HttpResponse.swift

- create LikeService
- Change likeState from UILabel to UIButton in PostCollectionViewCell.xib
- Create Like model
- Add likesCount and Liked attrs to Post
- Modify RestClient
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants