标签: iphone ios button border gradient
我见过有关如何使用CAGradientLayer制作带渐变背景的按钮的教程。如何使用渐变作为“边框颜色”?
答案 0 :(得分:0)
您可以将按钮子类化并在-drawRect:中绘制自定义边框。
-drawRect: