Skip to content

Commit

Permalink
[Fix] 주차별 리스트뷰 주차백그라운드이미지 contentMode수정(Team-LionHeart#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 committed Jul 21, 2023
1 parent eb65f64 commit 05ef273
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ final class CurriculumArticleByWeekRowZeroTableViewCell: UITableViewCell, TableV
let imageView = UIImageView()
imageView.backgroundColor = .designSystem(.gray500)
imageView.isUserInteractionEnabled = true
imageView.contentMode = .scaleAspectFill
return imageView
}()

Expand Down

0 comments on commit 05ef273

Please sign in to comment.