Is it possible to create a button in iOS 7 with a border the way that Apple did in iTunes Radio? (See attached screenshot and notice the "$1.29" button in the top right of the UI).
I have tried the following, but it does not work..
self.replayButton.layer.borderWidth=1.0f;
self.replayButton.layer.borderColor = [[UIColor blackColor] CGColor];
Any ideas/suggestions?
I have tried the following, but it does not work..
self.replayButton.layer.borderWidth=1.0f;
self.replayButton.layer.borderColor = [[UIColor blackColor] CGColor];
Any ideas/suggestions?
Attachments
Last edited: