Changes to initialiser of LoadImageView
This commit is contained in:
parent
5122d7de1a
commit
f90fadff85
@ -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)
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user