returned func.

This commit is contained in:
Kevin G Christiano 2019-12-02 09:50:30 -05:00
parent 0f04ebe177
commit 6a34370083
2 changed files with 8 additions and 0 deletions

View File

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

View File

@ -285,6 +285,10 @@ extension EntryField {
self.fieldKey = fieldKey
}
}
@objc open class func estimatedHeight(forRow json: [AnyHashable: Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
return 115
}
}
// MARK: - Form Validation