Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserInfoCell 구현 #7

Merged
merged 6 commits into from
Nov 15, 2022
Merged

UserInfoCell 구현 #7

merged 6 commits into from
Nov 15, 2022

Commits on Nov 14, 2022

  1. [feat] UserInfoCell 추가.

    - 이미지와 이름레이블을 담을 container(UIStackView) 추가
    - 이미지를 넣을 UIImageView 추가
    - 이름 레이블을 넣을 UILabel 추가
    - User 데이터를 통해 뷰에 아이템을 추가할 setup 메서드 정의
    jinwoong16 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    304251c View commit details
    Browse the repository at this point in the history
  2. [feat] setup 메서드 수정.

    - 인자로 넘어온 user에서 image 데이터를 통해 UIImage(data:) 메서드가 nil 이 아니면, 해당 이미지를 userImage에 적용.
    jinwoong16 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e5be166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdb2daf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bc6748 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edd815a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    986d339 View commit details
    Browse the repository at this point in the history