Set the segment control’s layer’s corner radius to 4.0. It should help. You may need to import QuartzCore to be able to access the layer’s properties.
segment.layer.cornerRadius = 4.0;
segment.clipsToBounds = YES;
Set the segment control’s layer’s corner radius to 4.0. It should help. You may need to import QuartzCore to be able to access the layer’s properties.
segment.layer.cornerRadius = 4.0;
segment.clipsToBounds = YES;