SWIFT - 内部的UIButton阴影而不是外部

时间:2015-10-14 07:07:51

标签: ios swift uibutton

我正在努力实现这一目标(暗示阴影!):

enter image description here

芽得到这个:

enter image description here

阴影在里面。我希望它在外面 !!我做错了什么?

myButton.layer.shadowColor = UIColor.blackColor().CGColor//UIColor(rgba:"#acacac").CGColor
myButton.layer.shadowOpacity = 1
myButton.layer.shadowRadius = 2
myButton.layer.shadowOffset = CGSizeMake(2.0,2.0)

0 个答案:

没有答案