#import <QuartzCore/QuartzCore.h>

//设置圆角边框
retweetedView.layer.cornerRadius = 8;
retweetedView.layer.masksToBounds = YES;
//设置边框及边框颜色
retweetedView.layer.borderWidth = 2;
retweetedView.layer.borderColor =[ [UIColor grayColor] CGColor];

相关文章:

  • 2021-10-23
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
相关资源
相似解决方案