42 update to estimated height
This commit is contained in:
parent
9cf37d0850
commit
403f0bbea8
@ -64,7 +64,7 @@ import UIKit
|
|||||||
}
|
}
|
||||||
|
|
||||||
public override static func estimatedHeight(forRow json: [AnyHashable : Any]?) -> CGFloat {
|
public override static func estimatedHeight(forRow json: [AnyHashable : Any]?) -> CGFloat {
|
||||||
return 40
|
return 42
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Constraining
|
// MARK: - Constraining
|
||||||
|
|||||||
@ -49,6 +49,10 @@ import UIKit
|
|||||||
set(primaryButtonJSON: primaryButtonMap, secondaryButtonJSON: secondaryButtonMap, delegateObject: delegateObject, additionalData: additionalData)
|
set(primaryButtonJSON: primaryButtonMap, secondaryButtonJSON: secondaryButtonMap, delegateObject: delegateObject, additionalData: additionalData)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override static func estimatedHeight(forRow json: [AnyHashable : Any]?) -> CGFloat {
|
||||||
|
return 42
|
||||||
|
}
|
||||||
|
|
||||||
// MARK: - Constraining
|
// MARK: - Constraining
|
||||||
override func setupButton() {
|
override func setupButton() {
|
||||||
setupWithTwoButtons()
|
setupWithTwoButtons()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user