Changes to initialiser of LoadImageView

This commit is contained in:
Subhankar 2021-01-12 22:28:42 +05:30
parent 5122d7de1a
commit f90fadff85
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
// MARK: - Outlets
//--------------------------------------------------
public let leftImage = LoadImageView()
public let leftImage = LoadImageView(pinnedEdges: .all)
public let eyebrowHeadlineBodyLink = EyebrowHeadlineBodyLink()
public let rightLabel = Label(fontStyle: .RegularBodySmall)

View File

@ -12,7 +12,7 @@
// MARK: - Outlets
//--------------------------------------------------
public let leftImage = LoadImageView()
public let leftImage = LoadImageView(pinnedEdges: .all)
public let headlineBody = HeadlineBody()
public let rightLabel = Label(fontStyle: .RegularBodySmall)
public let rightLabelStackItem: StackItem