Skip to content

Commit

Permalink
refactor: Thumbnail ImageView 배경색 제거
Browse files Browse the repository at this point in the history
Issue: #38
  • Loading branch information
corykim0829 committed Apr 28, 2020
1 parent 92349cd commit 3fae4c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class DetailImagesStackView: UIStackView {
imageViews.forEach { _ in
let imageView = UIImageView()
imageView.contentMode = .scaleAspectFit
imageView.backgroundColor = .red
imageView.clipsToBounds = true
addArrangedSubview(imageView)
}
Expand Down

0 comments on commit 3fae4c8

Please sign in to comment.