rs / SDSegmentedControl

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

scrollsToTop and setTitle:forSegmentAtIndex: #15

Closed chadpod closed 11 years ago

chadpod commented 11 years ago
rs commented 11 years ago

Thx

chadpod commented 11 years ago

No problem. I ran into one more issue when I was trying to do a custom badge style image for a segment image. The image wasn't getting scaled properly. I fixed my issue with this approach:

https://github.com/chadpod/SDSegmentedControl/commit/d4398e1036e11ad6e5f8bd8f97b47a17dbcca691

I think it actually renders the clock in your example a little cleaner as well, and should account Retina images if you add one to the example.