We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbd7145 + 4105a1c commit 2f58e47Copy full SHA for 2f58e47
swift-sdk/Internal/IterableInboxCell+Layout.swift
@@ -106,6 +106,7 @@ extension IterableInboxCell {
106
107
private static func createIconImageView() -> UIImageView {
108
let imageView = UIImageView()
109
+ imageView.contentMode = .scaleAspectFit
110
imageView.translatesAutoresizingMaskIntoConstraints = false
111
imageView.widthAnchor.constraint(equalToConstant: 60.0).isActive = true
112
imageView.heightAnchor.constraint(equalToConstant: 60.0).isActive = true
0 commit comments