0

Around the picker view there is this gray rect of apple(the picker's body), that i dont like. I cant find any property to change its color or opacity,to be more gentle.

Any idea ?

I was tried with :

 picker1.backgroundColor=[UIColor clearColor];

It does not clean the inside color , or the outside(body) color.

Thanks.

user1280535
  • 347
  • 3
  • 13

1 Answers1

0

These links should help you:

how to change the background color in UIPickerView?

Change UIPickerView background

Forum Question

You Can Download Photoshop Templates In This Tutorial

Its not possible to programatically do it...

Community
  • 1
  • 1
MCKapur
  • 9,127
  • 9
  • 58
  • 101
  • Thanks i have seen them all, they didnt helped me. i wanted to do that in code. i know the photoshop trick, but i heard apple dont like that, and it can be rejected . – user1280535 Jun 03 '12 at 11:33