Skip to content
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

Merged
merged 14 commits into from
Jan 12, 2023

Conversation

devxsby
Copy link
Member

@devxsby devxsby commented Jan 11, 2023

🌴 PR 요약

🌱 작업한 브랜치

🌱 PR Point

📌 참고 사항

  • 키보드 올리고 앱 나갔다 들어오면 오른쪽 뷰가 내려가는데 뷰를 그냥 쫙 내려버려서 생긴 이슈인데 수정필요합니다.ㅠ

  • 전체를 스크롤 뷰로 감싸야 합니다.

이어 받아서 구현한 내용

  • 로그아웃 시 내비게이션 히든 처리
  • 로그인 뷰 스크롤 기능 구현
  • setTypoStyle에서 자간 설정 메서드 삭제
  • 탈퇴하기 뷰 UI 및 기능 구현

📸 스크린샷

기능 스크린샷
로그인뷰
탈퇴
탈퇴 후 로그인

📮 관련 이슈

@devxsby devxsby requested review from L-j-h-c, yangsubinn and lsj8706 and removed request for L-j-h-c January 11, 2023 15:44
@devxsby devxsby self-assigned this Jan 11, 2023
@pull-request-size pull-request-size bot added size/L and removed size/S labels Jan 11, 2023
Copy link
Member

@yangsubinn yangsubinn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다 !

Comment on lines 146 to 152
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)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

따로 생성하지 않구 ModuleFactory에 makeNetworkAlertVC 가져다가 바로 사용하셔두 될 것 같아여

@L-j-h-c L-j-h-c merged commit 529a45c into sopt-makers:develop Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 로그인 뷰 1차 QA 반영
3 participants