Prevent star image from distorting.

This commit is contained in:
Maurice Parker 2019-04-26 06:30:00 -05:00
parent 81f7332f3c
commit 895b9c44f8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class MasterTimelineTableViewCell: UITableViewCell {
}() }()
private lazy var starView = { private lazy var starView = {
return UIImageView(image: AppAssets.timelineStarImage) return NonIntrinsicImageView(image: AppAssets.timelineStarImage)
}() }()
private lazy var textFields = { private lazy var textFields = {