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.