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

[동주] Pillyze - 홈 화면 및 커스텀 Bottom Tab 구현 #17

Merged
merged 8 commits into from
Jul 29, 2024

Conversation

yoondj98
Copy link
Contributor

@yoondj98 yoondj98 commented Jul 29, 2024

📓 Overview

  • Home 화면 구현
  • 하단 커스텀 탭 구현
  • 폰트 적용
  • 더미 데이터 추가

🤔 고민 내용

1. 부분 cornerRadius 적용

  • cornerRadius를 줄 때, clipShape를 활용하는데 원하는 Edge만 주기가 어려워서 따로 RoundedCorner라는 Shape를 구성해야 했습니다.
  • 이를 해결할 만한 modifier가 따로 없는지 고민입니다.

2. animation 효과를 부여하는 방식

  • 현재 iOS 17 버젼에선 animation보다는 withAnimation으로의 사용을 권장하고 있습니다.
  • 다만, animation(_:value: )에 대해서는 deprecated에 대한 언급은 없는데 기존의 animation과는 어떤 점에서 차이가 있길래 여전히 사용을 하도록 하는 것인지 궁금했고, 어떨 때 withAnimation을 쓰고, 어떨 때 animation을 쓰는지 고민이었습니다.

📸 Screenshot

@yoondj98 yoondj98 added the 고민 내용 고민 내용을 작성하는 경우 사용하세요. label Jul 29, 2024
@yoondj98 yoondj98 added this to the 필라이즈(Pillyze) milestone Jul 29, 2024
@yoondj98 yoondj98 self-assigned this Jul 29, 2024
@yoondj98 yoondj98 merged commit 68f7056 into main Jul 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
고민 내용 고민 내용을 작성하는 경우 사용하세요.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant