From 05ef2731f63cd9214efb1374ae3935b90c4e3e2d Mon Sep 17 00:00:00 2001 From: Kwak Seong Joon Date: Sat, 22 Jul 2023 03:18:05 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20=EC=A3=BC=EC=B0=A8=EB=B3=84=20=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=EB=B7=B0=20=EC=A3=BC=EC=B0=A8=EB=B0=B1?= =?UTF-8?q?=EA=B7=B8=EB=9D=BC=EC=9A=B4=EB=93=9C=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=20contentMode=EC=88=98=EC=A0=95(#120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Cells/CurriculumArticleByWeekRowZeroTableViewCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/LionHeart-iOS/LionHeart-iOS/Scenes/Curriculum/Cells/CurriculumArticleByWeekRowZeroTableViewCell.swift b/LionHeart-iOS/LionHeart-iOS/Scenes/Curriculum/Cells/CurriculumArticleByWeekRowZeroTableViewCell.swift index ef0b6d47..2e6dfd89 100644 --- a/LionHeart-iOS/LionHeart-iOS/Scenes/Curriculum/Cells/CurriculumArticleByWeekRowZeroTableViewCell.swift +++ b/LionHeart-iOS/LionHeart-iOS/Scenes/Curriculum/Cells/CurriculumArticleByWeekRowZeroTableViewCell.swift @@ -31,6 +31,7 @@ final class CurriculumArticleByWeekRowZeroTableViewCell: UITableViewCell, TableV let imageView = UIImageView() imageView.backgroundColor = .designSystem(.gray500) imageView.isUserInteractionEnabled = true + imageView.contentMode = .scaleAspectFill return imageView }()