We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d15917 commit f92796fCopy full SHA for f92796f
1 file changed
CornerRadius/CornerRadius/CustomTableViewCell.swift
@@ -27,9 +27,10 @@ class CustomTableViewCell: UITableViewCell {
27
self.contentView.addSubview(view)
28
29
30
- label.kt_addCorner(radius: 8)
31
-// label.layer.cornerRadius = 5
+// label.kt_addCorner(radius: 8)
+ label.layer.cornerRadius = 5
32
label.text = "123"
33
+ label.backgroundColor = UIColor.brownColor()
34
self.contentView.addSubview(label)
35
}
36
0 commit comments