-
Notifications
You must be signed in to change notification settings - Fork 6
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] #59 - 방생성 화면 플로우 연결 #64
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.
🙇🏻♂️
guard let nextVC = UIStoryboard(name: Const.Storyboard.Name.waiting, bundle: nil).instantiateViewController(withIdentifier: Const.ViewController.Identifier.waiting) as? WaitingVC else { return } | ||
|
||
let navi = UINavigationController(rootViewController: nextVC) | ||
|
||
navi.modalTransitionStyle = .crossDissolve | ||
navi.modalPresentationStyle = .fullScreen | ||
nextVC.photoOnly = photoOnly | ||
|
||
present(navi, animated: true, completion: nil) |
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.
nextVC -> rootVC 로
navi -> nextVC 로 변경해주세욥!
closeButton.snp.makeConstraints { make in | ||
make.top.equalTo(view.safeAreaLayoutGuide).offset(14) | ||
make.leading.equalToSuperview().inset(20) | ||
make.width.height.equalTo(24) | ||
} |
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.
🥲
@objc | ||
func touchNextButton() { | ||
// TODO: - 화면전환 | ||
print("다음") | ||
guard let nextVC = UIStoryboard(name: Const.Storyboard.Name.createAuth, bundle: nil).instantiateViewController(withIdentifier: Const.ViewController.Identifier.createAuth) as? CreateAuthVC else { return } |
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.
이걸 잡네 . .
🌴 PR 요약
🌱 작업한 브랜치
🌱 작업한 내용
📌 참고 사항
멀라용
📸 스크린샷
📮 관련 이슈