Skip to content

Commit 41fb566

Browse files
committed
no message
1 parent 7a0c85c commit 41fb566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CornerRadius/CornerRadius/CustomTableViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class CustomTableViewCell: UITableViewCell {
2020

2121
imgView1.layer.cornerRadius = 30
2222
imgView1.layer.masksToBounds = true
23-
self.contentView.addSubview(imgView1)
2423

2524
imgView2.layer.cornerRadius = 30
2625
imgView2.layer.masksToBounds = true
@@ -31,6 +30,7 @@ class CustomTableViewCell: UITableViewCell {
3130
imgView4.layer.cornerRadius = 30
3231
imgView4.layer.masksToBounds = true
3332

33+
self.contentView.addSubview(imgView1)
3434
self.contentView.addSubview(imgView2)
3535
self.contentView.addSubview(imgView3)
3636
self.contentView.addSubview(imgView4)

0 commit comments

Comments
 (0)