ios developer
ios developer

Reputation: 3473

Set the transperency of picker to low+iphone

i want to set the transparency of the picker such that it becomes invisible or very low.Can it be possilbe.please help me.

Thanks

Upvotes: 0

Views: 37

Answers (1)

EmptyStack
EmptyStack

Reputation: 51374

Yes.

pickerView.alpha = 0.3; // or, a value from 0 to 1

Upvotes: 3

Related Questions