rs / SDSegmentedControl

A drop-in remplacement for UISegmentedControl that mimic iOS 6 AppStore tab controls
MIT License
1.2k stars 180 forks source link

Resize SDSegmentView after TitleFont has been changed #53

Closed DavidObfuscator closed 10 years ago

DavidObfuscator commented 10 years ago

SDSegmentView's size was set according to the font which was assigned in initWithFrame. This fix resizes the view after setting up the font. Cleaned up some code that have been added for ios7 support