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

UIPickerView #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

UIPickerView #9

wants to merge 3 commits into from

Conversation

real-future
Copy link
Member

Keyword

  • 하나 이상의 값을 표시하기 위해 slot-machine처럼 생긴 화면 요소입니다.

Content

  • UIPickerDataSource 사용하여 데이터를 나타내고, UIPickerViewDelegate를 사용하여 유저 선택지에 응답하기 위한 화면을 제공할 수 있습니다.
  • UIPickerView 및 그 하위 항목들이 macOS에서는 사용할 수 없습니다.
  • 참고 ) UIDatePicker 클래스는 UIPickerView의 사용자 정의 하위 클래스를 사용하여 날짜와 시간을 표시합니다.

Check-list

  • 주석을 사용해서 자신이 공부한 내용에 대해 문서화를 진행했나요?
  • 학습하면서 들여쓰기, 변수, 함수 이름도 본인만의 일관성을 지키고자 노력했나요?

@real-future real-future added the documentation 프로젝트 문서를 추가하거나 정리해요 label Oct 8, 2023
@real-future real-future self-assigned this Oct 8, 2023
@real-future real-future closed this Oct 8, 2023
@real-future real-future reopened this Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 프로젝트 문서를 추가하거나 정리해요
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant