Radio button in iPhone app

后端 未结 11 1736
臣服心动
臣服心动 2020-12-06 06:11

I have to add radio buttons in my iPhone application. For that I have got radio button image which is of round in shape. Can I add that image as a subview? and Can I add tou

11条回答
  •  無奈伤痛
    2020-12-06 06:31

    Try UISegmentedControl. It behaves similarly to radio buttons -- presents an array of choices and lets the user pick 1.

提交回复
热议问题