Is there a way to completely remove the line separating the two segments in a UISegmentedControl?
Setting the segmentedControlStyle is not helping.
segmentedControlStyle
I have used segmentcontrol.tintColor = [UIColor clearColor]; with iOS7 and it seems to work.
segmentcontrol.tintColor = [UIColor clearColor];