Reputation: 2699
I am using an UIpicker in a horizontal mode by rotating it 90 degrees. I would like to get rid of the grey/black border surrounding the picker. Is there a way to do that?
Thanks!
Upvotes: 0
Views: 2866
Reputation: 642
I doubt whether we can change the grey/black border surrounding the picker, we can modify the width and height.
Just a thought, Add a UIImageView in front of the UIPickerView which shows the border you need. If this has the problem of selection then add four images on the four side of the square.
Upvotes: 1