-
Notifications
You must be signed in to change notification settings - Fork 1
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] 새로운 온보딩 화면 작업 #109
[#104] 새로운 온보딩 화면 작업 #109
Conversation
… and add Lottie JSON to Onboarding folder
- 특정 버튼 누르면 네이버 맵 앱으로 이동 - 네이버 맵 미설치인 경우, 앱스토어 링크로 연결
- 홈 화면에서 확인할 수 있는 info 뷰 수정 - 온보딩에 사용되는 변수와 구분하기 위해 변수명 변경(isShowingOnboarding -> isShowingInformation)
- 새로운 온보딩 화면 작업 - 온보딩 관련 변수명 변경 (hasSeenOnboarding -> shouldShowOnboarding)
|
||
if let description = step.description { | ||
Text(description) | ||
.lineLimit(2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기 lineLimit이 사용된 이유는 무엇인가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
헉 불필요한 속성이었네요 .. 지우는 게 맞는 것 같습니댜. 수정할게요!
#Preview { | ||
OnboardingStepView(step: OnboardingStep.onboarding1) | ||
OnboardingStepView(step: OnboardingStep.goNaverMap) | ||
} | ||
#Preview { | ||
OnboardingStepView(step: OnboardingStep.capture) | ||
} | ||
#Preview { | ||
OnboardingStepView(step: OnboardingStep.introFinish) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거는 그냥 궁금한건데.. preview를 여러개 쓰면 여러개를 돌아가며 볼 수 있나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오! 저도 다음에 써먹어야겠어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
📝 작업 내용
Lottie
라이브러리 설치했습니다.shouldShowOnboarding
isShowingInformation
스크린샷 (선택)