We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0c85c commit 41fb566Copy full SHA for 41fb566
1 file changed
CornerRadius/CornerRadius/CustomTableViewCell.swift
@@ -20,7 +20,6 @@ class CustomTableViewCell: UITableViewCell {
20
21
imgView1.layer.cornerRadius = 30
22
imgView1.layer.masksToBounds = true
23
- self.contentView.addSubview(imgView1)
24
25
imgView2.layer.cornerRadius = 30
26
imgView2.layer.masksToBounds = true
@@ -31,6 +30,7 @@ class CustomTableViewCell: UITableViewCell {
31
30
imgView4.layer.cornerRadius = 30
32
imgView4.layer.masksToBounds = true
33
+ self.contentView.addSubview(imgView1)
34
self.contentView.addSubview(imgView2)
35
self.contentView.addSubview(imgView3)
36
self.contentView.addSubview(imgView4)
0 commit comments