设置边框
UIView *bgView = [[UIView alloc] init]; bgView.backgroundColor = [UIColor whiteColor]; self.bgView = bgView; bgView.layer.borderColor = Color_E8E8E8.CGColor; bgView.layer.borderWidth = Line_side_heihgt;
本文共 235 字,大约阅读时间需要 1 分钟。
设置边框
UIView *bgView = [[UIView alloc] init]; bgView.backgroundColor = [UIColor whiteColor]; self.bgView = bgView; bgView.layer.borderColor = Color_E8E8E8.CGColor; bgView.layer.borderWidth = Line_side_heihgt;
转载地址:http://fewfo.baihongyu.com/