#pragma mark <<<<<<< view的f样式 >>>>>>>
cell.backgroundColor = [UIColor whiteColor];
cell.layer.masksToBounds = YES;
cell.layer.cornerRadius = 4;
cell.selectionStyle = UITableViewCellSelectionStyleNone;
cell.layer.cornerRadius = 8;
cell.layer.shadowColor = [UIColor colorWithRed:153/255.0 green:153/255.0 blue:153/255.0 alpha:0.9].CGColor;
cell.layer.shadowOffset = CGSizeMake(0,2);
cell.layer.shadowOpacity = 1;
cell.layer.shadowRadius = 10;
cell圆角效果
最新推荐文章于 2021-04-25 13:50:06 发布
929

被折叠的 条评论
为什么被折叠?



