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.
是否可以使用选项卡作为列表视图的过滤器?
我知道您可以通过将新选项卡连接到新视图控制器来添加新选项卡,但理想情况下,我希望使用相同的视图控制器,但根据选择的选项卡显示不同的项目。
谁能指出我正确的方向?
我想你可能想用 aUISegmentedControl代替。它看起来有点像标签栏,当然您可以使用它来过滤列表结果。
UISegmentedControl
http://developer.apple.com/library/ios/#DOCUMENTATION/UIKit/Reference/UISegmentedControl_Class/Reference/UISegmentedControl.html
我不建议为此使用选项卡。如果过滤后的结果要显示在同一个视图控制器中,您可以将分段控制与各种段一起使用。
https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/SegmentedControl/Articles/SegmentedControlCode.html