在UIViewController中下拉列表

时间:2014-01-10 10:17:09

标签: ios7

我向大家提问。在iOS中是否有下拉列表的概念?意味着如果我点击箭头然后会出现一个下拉列表。我知道日期选择器和选择器视图的概念。还有其他解决方案..?

1 个答案:

答案 0 :(得分:0)

iOS中没有任何下拉列表概念,您可以使用一些自定义库。

您可以在Cocoacontrols.com找到一些图书馆

选中NIDropDownSAMenuDropDown

或使用 UITableview 创建您自己的,

试一试。

1) Add the UITableView on a transparent UIView. 
2) The UIView should have the same size as the display screen.
3) The UITableView shall take the same small size you have.
4) Implement the touches method as you mentioned for the holding UIView.