adding height override

This commit is contained in:
Kevin G Christiano 2020-01-24 10:11:42 -05:00
parent 304b4cbc4c
commit 86f60bccf8

View File

@ -68,4 +68,8 @@ import UIKit
super.reset()
bottomSeparatorView?.setStyle(.none)
}
public override static func estimatedHeight(forRow molecule: MoleculeModelProtocol?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? {
return 80
}
}