returned func.
This commit is contained in:
parent
0f04ebe177
commit
6a34370083
@ -461,4 +461,8 @@ extension DigitEntryField {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@objc open class func estimatedHeight(forRow json: [AnyHashable: Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
|
||||||
|
return 115
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -285,6 +285,10 @@ extension EntryField {
|
|||||||
self.fieldKey = fieldKey
|
self.fieldKey = fieldKey
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@objc open class func estimatedHeight(forRow json: [AnyHashable: Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
|
||||||
|
return 115
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Form Validation
|
// MARK: - Form Validation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user