UIView设置边框和阴影



self.uitableview.layer.cornerRadius = 6;

self.uitableview.layer.borderColor = RGBACOLOR(85, 85, 85, 0.6).CGColor;

self.uitableview.layer.borderWidth = 1;
边框圆角 及边框线的颜色

你可能感兴趣的:(UIView设置边框和阴影)