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

[Feature/#178] 온보딩(Guide) 화면 구현 #198

Merged
merged 12 commits into from
Aug 23, 2024

Conversation

leemhyungyu
Copy link
Member

@leemhyungyu leemhyungyu commented Aug 23, 2024

이슈 #178

Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-08-23.at.19.05.51.mov

완료된 기능

  • Guide Feature 모듈 추가
  • Guide Image Assets 추가
  • MainGuideView(1번째) 구현
  • PingPongGuideView(2번째) 구현
  • PhotoShareGuideView(3번째) 구현
  • StartGuideView(4번째) 구현

전달 사항

  • 앱을 처음 사용하는 사용자가 아닌 회원가입을 하는 사용자에게만 GuideView 보여주도록 했음!
  • Navigation Push될 때 화면 넘어가는 animation이 뭔가 부적합해보여서 setAnimationsEnabled 통해서 온보딩 화면일때는 애니메이션 끄는거로 설정했음 (영상 참고)

@leemhyungyu leemhyungyu self-assigned this Aug 23, 2024
@leemhyungyu leemhyungyu linked an issue Aug 23, 2024 that may be closed by this pull request
2 tasks
@leemhyungyu leemhyungyu added this to the 1.0.3 milestone Aug 23, 2024
ZStack(alignment: .bottom) {
GeometryReader { geometry in
let width = geometry.size.width
let bottleArrivalImageWidth = max(width - 72, 0)
Copy link
Member

Choose a reason for hiding this comment

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

72 같은거(매직 넘버) 상수로 선언해서 추후에 다시 봤을 때 무슨의미인지 알 수있게 해주면 좋을거같아!

https://blog.naver.com/coding_elmo/222453941287

Copy link
Member

@JongHoooon JongHoooon left a comment

Choose a reason for hiding this comment

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

이미지 비율 맞추느라 고생많았어!!

@leemhyungyu leemhyungyu merged commit 73c5fe7 into develop Aug 23, 2024
@leemhyungyu leemhyungyu deleted the feature/#178-GuideFeature branch August 25, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

앱 첫 진입 시 앱 기능 온보딩 화면 구현
2 participants