rs / SDSegmentedControl

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

Made _scrollView a property #20

Closed gtmtg closed 11 years ago

gtmtg commented 11 years ago

Hi - I've made the UIScrollView *_scrollView a property. This allows a view controller to programmatically scroll the SDSegmentedControl.

wm-j-ray commented 11 years ago

Question: Will this solve the problem of the text being mis-aligned/out of place when SDSegmentedControl is embedded in a UIScrollView?