estimated heights update

This commit is contained in:
Pfeil, Scott Robert 2019-08-29 08:35:27 -04:00
parent b5276f5519
commit 3234a6ee7e
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ import UIKit
}
public override static func estimatedHeight(forRow json: [AnyHashable : Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
return MVMCoreUISwitch.estimatedHeight(forRow: json, delegateObject: delegateObject)
return 30
}
public override func setAsMolecule() {

View File

@ -38,7 +38,7 @@ import UIKit
}
public override static func estimatedHeight(forRow json: [AnyHashable : Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
return MVMCoreUISwitch.estimatedHeight(forRow: json, delegateObject: delegateObject)
return HeadlineBodyTextButton.estimatedHeight(forRow: json, delegateObject: delegateObject)
}
public override func setAsMolecule() {

View File

@ -73,6 +73,6 @@ import UIKit
}
public override static func estimatedHeight(forRow json: [AnyHashable : Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
return 58
return 60
}
}