티스토리 뷰
728x90
UIPickerViewDataSource 프로토콜을 따르면 반드시 구현해야 하는 메소드로써 해당 컬림의 줄 개수를 반환합니다.
pickerView:numberOfRowsInComponent:
Called by the picker view when it needs the number of rows for a specified component. (required)
- (NSInteger)pickerView:(UIPickerView *)pickerView numberOfRowsInComponent:(NSInteger)component
Parameters
- pickerView
The picker view requesting the data.
- component
A zero-indexed number identifying a component of pickerView. Components are numbered left-to-right.
Return Value
The number of rows for the component.
Availability
- Available in iOS 2.0 and later.
Declared In
UIPickerView.h
728x90
'헉!! > iOS' 카테고리의 다른 글
[iOS 개발] UIPickerViewDataSource Protocol Reference (6) | 2011.09.14 |
---|---|
[iOS 개발] UIPickerViewDelegate Protocol Reference (0) | 2011.09.14 |
[iOS 개발] TableView를 사용할 경우 행이 선택되었는지 확인해주는 메소드 (1) | 2011.08.04 |
[iOS 개발] IBAction을 사용하여 View 전환하기 (4) | 2011.07.22 |
[iOS 개발] 테이블 생성 및 글자 넣어 출력해보기 (0) | 2011.07.21 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Objective-C
- Java
- Objective C
- 오브젝티브 C
- iOS 개발
- SQL
- JSP
- 아이폰 개발
- Spring Framework
- Programming
- tomcat
- JavaScript
- 자바
- 티스토리챌린지
- iBATIS
- jQuery
- 오브젝트 C
- Object C
- zero
- 자바스크립트
- 아이폰
- IT
- 제이쿼리
- 아이폰 어플리케이션
- MySQL
- MAC OSX 10.7
- oracle
- 오블완
- iPhone
- Spring
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함