I am developing an iPhone application. Where in, I want to have UIPickerView as in the image. Is it possible to change the appearance of UIPickerView like this?! Please guide me to do this!! I am creating it without XIB.
Or is there a way to make UIPickerView skin transparent?

Thanks in advance!! 🙂
I dont know this is a correct way or not but you can set your
UIPickerViewbackground image … I have done it once.See this :-
And now add a
UILabeljust on yourUIPickerView‘sselectionIndicator, and uselabelas aselectionIndicator.you can manage it in your own way.
Thank you!