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] #174 - 알림창 문구 수정 (리스트, 로그아웃 뷰) #175

Merged
merged 1 commit into from
Dec 20, 2021

Conversation

mini-min
Copy link
Member

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 리스트 뷰 명함 삭제 시 문구 추가
  • 더보기 뷰 로그아웃 클릭 시 '알림' 워딩 삭제

📸 스크린샷

기능 스크린샷 기능 스크린샷
�리스트 Simulator Screen Shot - iPhone 12 mini - 2021-12-20 at 17 56 06 로그아웃 Simulator Screen Shot - iPhone 12 mini - 2021-12-20 at 17 53 52

📮 관련 이슈

@mini-min mini-min added Minjae 🐻‍❄️ 민재 강남1타강사 작업 Fix 코드 수정 및 버그, 오류 해결 QA QA 과정 중 나오는 이슈 labels Dec 20, 2021
@mini-min mini-min self-assigned this Dec 20, 2021
Copy link
Member

@dlwns33 dlwns33 left a comment

Choose a reason for hiding this comment

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

룩스 굿 투미!

@mini-min mini-min merged commit cb5ba08 into TeamNADA:release1.0/1 Dec 20, 2021
@mini-min mini-min deleted the release/#174 branch December 20, 2021 12:42
Copy link
Member

@hyun99999 hyun99999 left a comment

Choose a reason for hiding this comment

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

굳굳! 워딩만 한번 더 확인해주세용

@@ -98,7 +98,7 @@ extension MoreViewController: UITableViewDelegate {
} else if indexPath.section == 1 {
switch indexPath.row {
case 0: // 로그아웃
makeOKCancelAlert(title: "알림", message: "로그아웃을 하시겠습니까?", okAction: { _ in
makeOKCancelAlert(title: "", message: "로그아웃을 하시겠습니까?", okAction: { _ in
Copy link
Member

Choose a reason for hiding this comment

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

로그아웃 하시겠습니까? 로 알고있는데욥!
노션 한번 확인해주세욥!

Copy link
Member Author

Choose a reason for hiding this comment

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

와 큰일날뻔했네요 교수님

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix 코드 수정 및 버그, 오류 해결 Minjae 🐻‍❄️ 민재 강남1타강사 작업 QA QA 과정 중 나오는 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 얼럿창 문구 수정 (리스트, 로그아웃)
3 participants