_topTableView.layer.cornerRadius = 10.0f;
_topTableView.layer.borderWidth = .5f;
_topTableView.layer.borderColor = [UIColor colorWithHexString:FYColor_10].CGColor;
_topTableView.layer.masksToBounds = YES;
UIVIEW 设置圆角 +边框阴影
最新推荐文章于 2021-05-27 00:08:10 发布