答案 0 :(得分:1)
UISegmentedControl
包含用于自定义其外观的API。您可以使用-setBackgroundImage:forState:barMetrics:
和-setDividerImage:forLeftSegmentState:rightSegmentState:barMetrics:
设置各种状态组合的图像。
您还可以使用-setTitleTextAttributes:forState:
自定义文字。
可以在UISegmentedControl
文档的Customizing Appearance部分找到这些方法。