Skip to content

Commit 5cd0dcf

Browse files
maziarmichaelhenry
authored andcommitted
Add image view to cell content view
1 parent 8488fc2 commit 5cd0dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Demo/ThumbCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class ThumbCell:UICollectionViewCell {
77

88
override init(frame: CGRect) {
99
super.init(frame: frame)
10-
addSubview(imageView)
10+
contentView.addSubview(imageView)
1111
imageView.contentMode = .scaleAspectFill
1212
imageView.clipsToBounds = true
1313
imageView.translatesAutoresizingMaskIntoConstraints = false

0 commit comments

Comments
 (0)