diff --git a/VDS/Components/Footnote/FootnoteItem.swift b/VDS/Components/Footnote/FootnoteItem.swift index ebd6e6ab..98233b3a 100644 --- a/VDS/Components/Footnote/FootnoteItem.swift +++ b/VDS/Components/Footnote/FootnoteItem.swift @@ -120,15 +120,15 @@ open class FootnoteItem: View { setNeedsUpdate() } } - - /// To set the widest symbol width from the symbol container in the group. - internal var symbolWidth: CGFloat? { didSet { setNeedsUpdate() } } - + //-------------------------------------------------- // MARK: - Private Properties //-------------------------------------------------- private var _width: Width? = nil - + + /// To set the widest symbol width from the symbol container in the group. + internal var symbolWidth: CGFloat? { didSet { setNeedsUpdate() } } + private lazy var itemStackView = UIStackView().with { $0.translatesAutoresizingMaskIntoConstraints = false $0.axis = .horizontal