3

I'm developing an iOS 4.3 app with latest SDK.

I have to customize a UIPickerView like this one:

enter image description here

How can I do it?

Community
  • 1
  • 1
VansFannel
  • 45,055
  • 107
  • 359
  • 626

2 Answers2

1

Try this, it's a customizable project http://dev.doukasd.com/2011/04/infinite-scrolling-dial-control-for-ios/ also look into this post Custom UIPickerView with Custom Background color

Community
  • 1
  • 1
Spire
  • 1,055
  • 2
  • 17
  • 47
0

Check This answer:

Custom UIPickerView with Custom Background color

Hope it help.

Community
  • 1
  • 1
Mutawe
  • 6,464
  • 3
  • 47
  • 90