ensured all vds components have the estimated height implementation
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
ab5a5a1e55
commit
c2cb8781d6
@ -38,5 +38,9 @@ extension VDSMoleculeViewProtocol {
|
||||
public func update(viewModel: ViewModel){
|
||||
set(with: viewModel, delegateObject, additionalData)
|
||||
}
|
||||
|
||||
public func updateView(_ size: CGFloat) { }
|
||||
|
||||
public static func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? { 44 }
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user