设置边框

        UIView *bgView = [[UIView alloc] init];
        bgView.backgroundColor = [UIColor whiteColor];
        self.bgView = bgView;
        bgView.layer.borderColor = Color_E8E8E8.CGColor;
        bgView.layer.borderWidth = Line_side_heihgt; 

 

相关文章:

  • 2022-12-23
  • 2021-08-19
  • 2021-07-10
  • 2021-06-09
  • 2021-07-13
  • 2022-02-05
  • 2021-09-21
  • 2021-07-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-07-03
  • 2021-08-20
  • 2022-12-23
相关资源
相似解决方案