I'm trying to draw a normal rounded rect UIButton
, but without the border. Ideally I'd like to be able to change some setting on the UIButton
to disable the border.
My problem is that if I change the button type to "custom", I don't get the nice blue selection gradient (which I want to keep), and I have no idea how to draw it manually.