-
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 [#58] SignUpManager, 이미지 추가 #72
Conversation
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.
P5 아주 Gooooood 입니다.
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.
헤이 써늬~ 네이스~
let nextViewController = SelectTotalTimeController() | ||
self.navigationController?.pushViewController(nextViewController, animated: false) |
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.
p5. 이거 뷰컨이면 당신이 만든 익스텐션 가능..? 좀 다른건가
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.
제가 만든 익스텐션은 rootViewController 자체를 변경함으로써 스택으로 쌓이는 push방법과는 다릅니다.
해당 경우에는 이전 뷰 컨트롤러로 돌아오는 기능이 필요합니다.
따라서 push 방법을 그대로 사용하였습니다.
충분한 답변이 되셨나요?
👾 작업 내용
SignUpManager 파일을 추가하였습니다.
스플래시 뷰, 로그인 뷰, 회원가입 완료 화면에 이미지를 추가하였습니다.
온보딩 과정 단계 중 String을 받아오는 로직을 추가하였습니다. (프로토콜 이용)
🚀 PR Point
📸 스크린샷
🚀 기기 대응
✅ Issue
Resolved #58