made internal since only group uses this
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
2854aea8c2
commit
9f6c115f50
@ -121,14 +121,14 @@ open class FootnoteItem: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// To set the widest symbol width from the symbol container in the group.
|
|
||||||
internal var symbolWidth: CGFloat? { didSet { setNeedsUpdate() } }
|
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Private Properties
|
// MARK: - Private Properties
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
private var _width: Width? = nil
|
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 {
|
private lazy var itemStackView = UIStackView().with {
|
||||||
$0.translatesAutoresizingMaskIntoConstraints = false
|
$0.translatesAutoresizingMaskIntoConstraints = false
|
||||||
$0.axis = .horizontal
|
$0.axis = .horizontal
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user