-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Fix] #103 - 로그인뷰 1차 QA (레이아웃 조정) #107
The head ref may contain hidden characters: "fix/#103-\uB85C\uADF8\uC778\uBDF0qa"
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.
수고하셨습니다 !
public func showNetworkAlert() { | ||
let alertVC = AlertVC(alertType: .networkErr) | ||
.setTitle(I18N.Default.networkError, I18N.Default.networkErrorDescription) | ||
alertVC.modalPresentationStyle = .overFullScreen | ||
alertVC.modalTransitionStyle = .crossDissolve | ||
self.present(alertVC, animated: true) | ||
} |
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.
따로 생성하지 않구 ModuleFactory에 makeNetworkAlertVC 가져다가 바로 사용하셔두 될 것 같아여
🌴 PR 요약
🌱 작업한 브랜치
🌱 PR Point
📌 참고 사항
이어 받아서 구현한 내용
📸 스크린샷
📮 관련 이슈