overrdie applied.

This commit is contained in:
Kevin G Christiano 2019-12-02 10:43:08 -05:00
parent 530397084b
commit 2319c4c70f

View File

@ -462,7 +462,7 @@ extension DigitEntryField {
}
}
@objc open class func estimatedHeight(forRow json: [AnyHashable: Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
@objc open override class func estimatedHeight(forRow json: [AnyHashable: Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
return 115
}
}