본문 바로가기

Programming/iOS

UITableView를 이용한 콤보박스

반응형
기본적으로 xCode내에서는 콤보박스를 지원하지 않는다.
다음 자료는 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.


반응형