Yes there is use this code in the awakeFromNib function or what ever function gets loaded first.
Code:
nameOfSegmentedController.momentary = YES;
or in Interface Builder select the UISegmentedController and there is a toggle button in the properties called momentary, just select it and you get exactly the same effect.
This will get rid of the selection when the user selects the UISegmentedController tab item.