Hello fellow developers, I am trying to include a UIPickerView that looks like the one shown within Oanda's Currency Coverter, because I think it's nice and neat. Please refer to开发者_JAVA百科 image below.
I have read a few tutorials/samples including Apple's UICatalog but it doesn't seem to show us how to:
- reduce the number of rows displayed (Oanda showing 3 rows only)
- change the border colour (Oanda showing a black, and I have seen developers using an UIImage to cover up the edges of UIPickerView)
- change the highlighted row overlay colour (Oanda has light green)
- change the size of the picker
Would appreciate any help with sample code.
alt text http://topace.cc/img/photo.jpg
There is some discussion on the resizing of UIPickerView here, some approaches changed between iOS 3 and 4.
精彩评论