Skip to content

FEAT : BDBD-478 아이디 화면#27

Open
SungHyunC wants to merge 3 commits into
developfrom
feature/BDBD-478
Open

FEAT : BDBD-478 아이디 화면#27
SungHyunC wants to merge 3 commits into
developfrom
feature/BDBD-478

Conversation

@SungHyunC
Copy link
Copy Markdown
Collaborator

개요

  • 회원가입 화면 중 아이디 화면을 만들었습니다.

변경사항

  • 약관동의 화면 제작

관련 지라 및 위키 링크

리뷰어에게 하고 싶은 말

  • 아이디 화면을 만들었습니다.

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Copy Markdown

@minseonglove minseonglove 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 +36 to +39
func checkEmail(str: String) -> Bool {
let emailRegex = "[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,6}"
return NSPredicate(format: "SELF MATCHES %@", emailRegex).evaluate(with: str)
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

이러면 학교 메일로는 가입할 수 없겠구나

Comment on lines +25 to +34
@IBAction func emailWhileEditing(_ sender: UITextField) {
let email = sender.text
if checkEmail(str: email!) {
emailLabel.text = "이메일 형식이 맞습니다."
emailLabel.textColor = .blue
} else {
emailLabel.text = "이메일 형식이 다릅니다."
emailLabel.textColor = .red
}
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

회원가입 드자인을 참고해줘

Copy link
Copy Markdown
Collaborator

@konempty konempty left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 👍 완성된 화면도 다음부턴 같이 올려주세요

Copy link
Copy Markdown
Collaborator

@Dorii0513 Dorii0513 left a comment

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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants