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
Try UISegmentedControl. It behaves similarly to radio buttons -- presents an array of choices and lets the user pick 1.