42 update to estimated height

This commit is contained in:
Pfeil, Scott Robert 2019-05-28 16:47:07 -04:00
parent 9cf37d0850
commit 403f0bbea8
2 changed files with 5 additions and 1 deletions

View File

@ -64,7 +64,7 @@ import UIKit
}
public override static func estimatedHeight(forRow json: [AnyHashable : Any]?) -> CGFloat {
return 40
return 42
}
// MARK: - Constraining

View File

@ -49,6 +49,10 @@ import UIKit
set(primaryButtonJSON: primaryButtonMap, secondaryButtonJSON: secondaryButtonMap, delegateObject: delegateObject, additionalData: additionalData)
}
public override static func estimatedHeight(forRow json: [AnyHashable : Any]?) -> CGFloat {
return 42
}
// MARK: - Constraining
override func setupButton() {
setupWithTwoButtons()