There are warnings when I build my app indicating my UISegmentedControlStyleBezeled is deprecated. There are no other types of UISegmentedControl that looks close to the Bez
For the moment, the work around I use is using UISegmentedControlStyleBar and increase its frame height. You might also want to keep the same center as well to avoid it expanding down.
I have a feeling the reason they deprecated it was because they accidentally broke it in 5.1.
I'm sure we will see it again in the future as people start moving off of 5.1.