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.
我有UIPickerview2 个组件。现在我想知道是否可以在单击按钮时隐藏/取消隐藏一个组件。是否可以 ?
UIPickerview
是的,这是可能的。单击按钮时,告诉选择器reloadAllComponents然后在数据源方法中返回不同数量的组件(即一个 1 而不是 2)。
reloadAllComponents
您需要将隐藏状态存储在 BOOL 中,以便您知道要在数据源方法中返回什么。