如何创建此Switch行为?

时间:2015-05-31 20:40:48

标签: ios uibutton uistoryboard uiswitch

我想创建以下选择按钮,从两个选项中选择" Salary"和"每小时工资"。

enter image description here

我选择了(左或右)选项时的图像。

enter image description here

我可以使用iOS中的哪个UI元素来创建它?查看Switch,但没有看到如何设置自定义背景的选项。

代码中的Obv我需要知道选择了哪个选项。我应该将它们视为两个独立的UIButton彼此相邻吗?

1 个答案:

答案 0 :(得分:0)

您正在寻找的控件是UISegmentedControl - 请参阅Apple Docs