Is there a way to completely remove the line separating the two segments in a UISegmentedControl?
Setting the segmentedControlStyle is not helping.
segmentedControlStyle
No, there is not. You should look into creating the UISegmentedControl functionality manually. Maybe use two UIButtons.