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

온보딩 화면 구현 #104

Merged
merged 8 commits into from
Mar 19, 2024
Merged

온보딩 화면 구현 #104

merged 8 commits into from
Mar 19, 2024

Conversation

eung7
Copy link
Contributor

@eung7 eung7 commented Mar 18, 2024

Screenshots 📸

Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-03-18.at.19.33.02.mp4



고민, 과정, 근거 💬

구현 목록

  • 기존 온보딩에 필요한 이미지가 png확장자인 것을 svg로 바꾸어 화질을 개선했습니다.
  • 기존 OnboardingViewModel을 삭제하고 View에서 바로 배열의 인덱스를 참조하는 방법으로 변경했습니다.
  • OnboardingView의 텍스트도 같이 스와이프 되게 동작하였습니다.
  • isFirstLaunch라는 변수를 통해 온보딩 화면의 유무를 제어했습니다.
  • 버튼의 액션이 없는 버튼들에게 액션을 추가하고 화면 전환을 구현했습니다.



References 📋




@eung7 eung7 added the 🚀 Onboarding Onboarding View label Mar 18, 2024
@eung7 eung7 added this to the v2.0.0 milestone Mar 18, 2024
@eung7 eung7 requested a review from a team March 18, 2024 10:46
@eung7 eung7 self-assigned this Mar 18, 2024
WhiteHyun
WhiteHyun previously approved these changes Mar 19, 2024
Copy link
Member

@WhiteHyun WhiteHyun left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

Copy link
Member

@WhiteHyun WhiteHyun left a comment

Choose a reason for hiding this comment

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

LGTM! 고생하셨습니다~~~!

@WhiteHyun WhiteHyun merged commit 77893b0 into main Mar 19, 2024
2 checks passed
@WhiteHyun WhiteHyun deleted the feature/Onboarding/103 branch March 19, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Onboarding Onboarding View
Projects
Development

Successfully merging this pull request may close these issues.

OnboardingView 디테일 구현
2 participants