iOS 给view,button,text filed,label等添加边框和颜色

mac2022-06-30  25

self.tfaaa.layer.borderWidth = 2;

 self.tfaaa.layer.borderColor = [UIColor blueColor].CGColor;

转载于:https://www.cnblogs.com/Ewenblog/p/3884460.html

最新回复(0)