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

앱 스토어 UI 클론 회고 #11

Open
simoniful opened this issue May 23, 2022 · 0 comments
Open

앱 스토어 UI 클론 회고 #11

simoniful opened this issue May 23, 2022 · 0 comments

Comments

@simoniful
Copy link
Owner

simoniful commented May 23, 2022

고민

  1. 복잡합 형태의 Collection 타입 뷰 구성
  2. Tab / Navi Bar 구성
  3. ScrollView를 활용한 Banner 구현

회고

  1. Flow Layout을 활용한 CollectionView 구성
    가장 기본적인 Item 간 인셋과 자체 사이즈 설정을 활용하여 CollectionView 구성
    Composition / Differable DataSource를 통한 버전에 따른 최적화된 구현 방법 구상 필요

  2. UIKit을 활용한 Tab / Nav
    별도의 컨트롤러 구성 및 래핑을 통한 계층 구조 구성

  3. ScrollView를 활용한 Banner
    작은 수의 데이터의 경우에는 크게 상관 없지만 PagerView 활용이 더 나아 보임

참고

👉🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant