Hi I am looking for a component wherein an option can be selected out of many options given. The component allows the user to select only one option, the moment any option is selected the previously selected one gets unselected. When I look in the xcode I couldn’t find any component similar to it. I have attached the image of the component here which am looking for. Can anyone point me to this component (refer image attached) in xcode. 
Hi I am looking for a component wherein an option can be selected out
Share
This is a grouped
UITableView. You need to implement the logic to maintain the selection yourself in the table view delegate.