Reputation: 3473
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
Reputation: 51374
Yes.
pickerView.alpha = 0.3; // or, a value from 0 to 1
Upvotes: 3