views:

183

answers:

1

http://www.cocoatreeapplications.com/images/reboursScreenshot.png Ad you can see, there is a example. The UI picker's Selection indicator. How can I do the similar thing on my Apps?

+1  A: 

This is not a feature of UIPickerView in the disclosed API. The screenshot you show is either drawing the "hrs", "min", "sec" labels itself or is using an undisclosed API (possibly overriding the _UIPickerViewSelectionBar).

It would be pretty easy to draw labels like this yourself. Just get the UIPickerView and add the UILabels over the top of the UIPickerView after it has loaded.

Matt Gallagher