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

[Feat] #325 - 콕 찌르기 내 친구 뷰 UI #326

Merged
merged 11 commits into from
Dec 19, 2023

Conversation

lsj8706
Copy link
Member

@lsj8706 lsj8706 commented Dec 18, 2023

🌴 PR 요약

🌱 작업한 브랜치

🌱 PR Point

  • 콕 찌르기의 내 친구 뷰 UI를 구현했습니다. (PokeMyFriendsVC)
image
  • 이렇게 3개의 섹션으로 나누고 SectionView를 생성해서 내부의 컨텐츠들을 감싸도록 했습니다.
  • 전반적으로 스택뷰들을 이용해서 구현했습니다.
  • 테이블 뷰도 고려했지만 기획적으로 각 섹션 당 최대 2개의 콘텐츠만 들어가는 것으로 결정이 나서 스택뷰가 더 적합하다고 생각했습니다.
  • 엠티 뷰도 반복되는 것 같아서 PokeEmptyView라는 이름으로 Component 폴더에 따로 생성했습니다.

📌 참고 사항

  • 승호형이 바텀 시트 만들어주면 버튼 터치했을 때 바텀 시트 올라오도록 바꿀 예정입니다.
  • 이제 API 연결 시작하겠습니다!

📸 스크린샷

기능 스크린샷
PokeMyFriendsVC

🔥 업데이트 (12.19 기준)

  • 원래 네비게이션 바의 뒤로가기 버튼이 화살표 모양이었는데 iOS 에서는 뒤로가기 버튼이 화살표가 아닌 chevron 형태가 권장 사항이라 (HIG에서 명시) 제가 슬랙에 의견을 제시했고 디자이너분들이 동의를 해주셔서 chevron 아이콘으로 교체했습니다.
    슬랙 스레드 링크
    image

📮 관련 이슈

@lsj8706 lsj8706 added Feat 새로운 기능 구현 세진🤝🏻 labels Dec 18, 2023
@lsj8706 lsj8706 self-assigned this Dec 18, 2023
Copy link
Member

@devxsby devxsby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

앱팀 찌르기 작업 고생많으셨습니다~
특이점 없어서 어프룹 할게요. 😺

@lsj8706 lsj8706 merged commit 82d9315 into sopt-makers:develop Dec 19, 2023
@lsj8706 lsj8706 deleted the feat/#325-내-친구-뷰-UI branch December 19, 2023 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 size/XL 세진🤝🏻
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 콕 찌르기 내 친구 뷰 UI
2 participants