I'm trying to remove the opacity from the pickerview as part of my slot machine project. I'm trying to make the rows on the pickerview to have the same look like the selected row. I looked all over but could not find something about that. I tried several things like:
pickerView.backgroundColor = UIColor.blueColor().colorWithAlphaComponent(0)
and any other things like that.. Any Help?