- (void)awakeFromNib {
self.imageView.layer.borderColor = [UIColor whiteColor].CGColor;
self.imageView.layer.borderWidth = 10;
}
- (void)awakeFromNib {
self.imageView.layer.borderColor = [UIColor whiteColor].CGColor;
self.imageView.layer.borderWidth = 10;
}
本文标题:通过xib修改视图的边框的颜色以及宽度等属性
本文链接:https://www.haomeiwen.com/subject/onmtlttx.html
网友评论