give better estimate height

This commit is contained in:
vimal 2023-10-31 16:06:20 +05:30
parent e8b47988f4
commit 339232f9fa

View File

@ -181,6 +181,10 @@ open class Carousel: View {
}
}
open override class func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? {
return 80
}
//--------------------------------------------------
// MARK: - JSON Setters
//--------------------------------------------------