-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat [#28] onboardingbaseViewController 구현 및 프로그래스바 방식 수정 #33
Conversation
cf910ad
to
6a61e14
Compare
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.
P1. 고생하셨습니다!
HMH_iOS/HMH_iOS/Presentation/Onboarding/ViewControllers/OnboardingBaseViewControllers.swift
Outdated
Show resolved
Hide resolved
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.
오늘의 교훈: 생명주기를 확실히 공부하자.
func setHierarchy() { | ||
view.addSubviews(navigationBar, nextButton, progressBar) | ||
} | ||
|
||
func setConstraints() { |
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.
p1. private 가시죠
} | ||
} | ||
|
||
func setTarget() { |
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.
여기도요
HMH_iOS/HMH_iOS/Presentation/Onboarding/Views/OnboardingButton.swift
Outdated
Show resolved
Hide resolved
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.
고생하셨습니다 🚀
👾 작업 내용
🚀 PR Point
📸 스크린샷
✅ Issue
Resolved #28