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
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user