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.
这就像组合框,但它不是。我不知道它是怎么调用的。如果您点击它,将显示其他信息:
关闭视图
扩展视图
我无法在 google 中搜索有效,因为我不知道我搜索什么,我只能显示。
您可以尝试将 UITableView 与自定义单元格一起使用。您使用带有披露按钮的普通表格视图。然后,当用户点击显示按钮(或选择行,如果需要)时,您将自定义单元格应用于所选行。
尝试搜索:
这是一个定制的UITableView。 为此,您需要自定义UITableViewand UITableViewCell。
UITableView
UITableViewCell
有一些第三方控件可用于执行此操作。