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

[iOS-Feature-003] 개인정보 관련 기능 구현 #37

Open
5 tasks
idevjinie opened this issue Mar 25, 2020 · 0 comments
Open
5 tasks

[iOS-Feature-003] 개인정보 관련 기능 구현 #37

idevjinie opened this issue Mar 25, 2020 · 0 comments
Labels

Comments

@idevjinie
Copy link
Contributor

  • 생년월일은 오늘 날짜를 기준으로 만 15세 이상 99세 이하 범위에서 선택 가능하다. DatePicker Control로 입력하고, 하단의 선택 버튼을 누르면 해당 날짜를 표시한다.
  • 성별은 Segmented Control로 입력한다. 기본값은 여자로 표시한다.
  • 이메일 주소는 @.***의 형태이어야 하며, 이메일용 키보드를 표시한다. 입력된 이메일 주소가 조건에 부합하지 않을 시 메세지를 출력하고, 조건에 부합하면 메세지는 사라진다. 예) 이메일 주소를 다시 확인해주세요.(빨강)
  • 휴대전화는 place holder를 표시한다. 10자리 또는 11자리의 숫자만 입력 가능하며, 앞 3자리는 010만 가능하다. 숫자용 키보드를 표시한다. 입력된 휴대전화가 조건에 부합하지 않을 시 메세지를 출력하고, 조건에 부합하면 메세지는 사라진다. 예) 형식에 맞지 않는 번호입니다.
  • 다음 버튼은 모든 항목이 조건을 만족할 시 활성화한다. 다음 버튼을 누를 경우 모달 형태로 개인정보 동의 화면을 표시한다.
@idevjinie idevjinie added the iOS label Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant