标签: iphone uisegmentedcontrol
我有一个带有两个按钮的UISegmentedControl。我希望每个控件按钮都有特定的边框和标题颜色。
UISegmentedControl
是可能的,如果可以,它是如何存档的?
答案 0 :(得分:-1)
您可以使用segmentedControlStyle属性。这给你3种不同的风格 UISegmentedControlStylePlain, UISegmentedControlStyleBordered, UISegmentedControlStyleBar。如果您想要任何其他外观,则需要进行自定义控制。
segmentedControlStyle
UISegmentedControlStylePlain, UISegmentedControlStyleBordered, UISegmentedControlStyleBar
Doc:http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UISegmentedControl_Class/Reference/UISegmentedControl.html#//apple_ref/occ/instp/UISegmentedControl/segmentedControlStyle