XKCornerRadius icon indicating copy to clipboard operation
XKCornerRadius copied to clipboard

uibutton 圆角和边框不行

Open shenshangjimiaoZG opened this issue 4 years ago • 1 comments

self.btnShopDistace.xk_openBorder = YES; // 开启功能 self.btnShopDistace.xk_borderFillColor = [UIColor redColor]; // 视图背景颜色这样设置 self.btnShopDistace.xk_borderType = XKBorderTypeTopLeft; // 指定下方圆角 self.btnShopDistace.xk_borderRadius = 20; // 圆角大小 self.btnShopDistace.xk_borderColor = [UIColor orangeColor]; // 边框颜色 self.btnShopDistace.xk_borderWidth = 5; // 边框宽度

按钮没有任何效果

shenshangjimiaoZG avatar Apr 09 '20 07:04 shenshangjimiaoZG