Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://alicia.mobile9.com/download/as/ios/04/16/416837150/screen7.jpgのようなものを作成する必要があります。そのような UI タスク用のライブラリは用意されていますか?
ライブラリはUIKitで、クラスはUIPickerViewです。UIPickerViewDataSource2つのコンポーネントを持つようにピッカービューを設定し、適切なメソッドを実装することにより、各行に必要なタイトルを提供しUIPickerViewDelegateます。実はとてもシンプルです。
UIPickerView
UIPickerViewDataSource
UIPickerViewDelegate