I would like to ask if there are examples out there on how to implement radio-button options on an iPhone app.
I find the Picker View quite big for a simple selectio
Try UISegmentedControl. It behaves similarly to radio buttons -- presents an array of choices and lets the user pick 1.