I dont want to use a UITableView nor a pickerView because I just have two options to select from. How could I implement it in the simplest way. Isnt there some kind of radio option in xcode ?
Also I have a space cruch on my UIView to incorporate a PickerView!
If they’re boolean-like options, use
UISwitch. OtherwiseUISegmentedControlis your friend.