views:

63

answers:

0

So I want to change the UIPickerView background to add a black rectangle next to the white part of the scroller, a la the Convert app. alt text

However I'm not sure how to go about doing that. I know there's no direct way to do it, but I've also looked at trying to write my own UIPickerView from scratch using UIScrollView. This didn't seem very promising.

Do you have any suggestions or tips? Really appreciate it.