Skip to content

Commit f92796f

Browse files
committed
update
1 parent 0d15917 commit f92796f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CornerRadius/CornerRadius/CustomTableViewCell.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ class CustomTableViewCell: UITableViewCell {
2727
self.contentView.addSubview(view)
2828

2929

30-
label.kt_addCorner(radius: 8)
31-
// label.layer.cornerRadius = 5
30+
// label.kt_addCorner(radius: 8)
31+
label.layer.cornerRadius = 5
3232
label.text = "123"
33+
label.backgroundColor = UIColor.brownColor()
3334
self.contentView.addSubview(label)
3435
}
3536

0 commit comments

Comments
 (0)