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. UIPickerViewDataSource将选取器视图设置为具有两个组件,并通过实现适当的和UIPickerViewDelegate方法为每一行提供所需的标题。其实很简单。
UIPickerView
UIPickerViewDataSource
UIPickerViewDelegate