반응형
기본적으로 xCode내에서는 콤보박스를 지원하지 않는다.
다음 자료는 UITableView를 이용한 ComboBox를 구현한 테스트 프로그램이다.
참고사이트 - https://github.com/floriankrueger/iOS-Examples--UITableView-Combo-Box
설명 원문
다음 자료는 UITableView를 이용한 ComboBox를 구현한 테스트 프로그램이다.
참고사이트 - https://github.com/floriankrueger/iOS-Examples--UITableView-Combo-Box
설명 원문
This XCode project is intended to demonstrate the usage of custom
UITableViewCells as kind of combo boxes (as known from [X]HTML) or
dropdown boxes. The code used to provide this is just a rough prototype
and in no way production-ready, but it can give you an idea of how you might realize this behaviour in your own iOS projects.
반응형
'Programming > iOS' 카테고리의 다른 글
디바이스와 시뮬레이터에서 모두 사용가능한 라이브러리 배포 (0) | 2011.07.21 |
---|---|
plist를 이용한 데이터 관리 (1) | 2011.07.19 |
timezone 설정하기 (0) | 2011.04.22 |
CATransition 이용(화면전환 에니메이션) (0) | 2011.04.12 |
화면에 PDF 띄우기 (0) | 2011.04.07 |