Further changes made.
This commit is contained in:
parent
8e216f8b90
commit
2792808c9e
@ -108,7 +108,7 @@ import UIKit
|
|||||||
imageLoader.updateView(size)
|
imageLoader.updateView(size)
|
||||||
leftContainer.updateView(size)
|
leftContainer.updateView(size)
|
||||||
|
|
||||||
buttonTopConstraint?.constant = header.hasText() ? PaddingTwo : 0
|
buttonTopConstraint?.constant = header.hasText() ? buttonHeaderPadding : 0
|
||||||
}
|
}
|
||||||
|
|
||||||
public override static func estimatedHeight(forRow json: [AnyHashable: Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
|
public override static func estimatedHeight(forRow json: [AnyHashable: Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
|
||||||
@ -137,7 +137,6 @@ import UIKit
|
|||||||
button.reset()
|
button.reset()
|
||||||
imageLeadingConstraint?.constant = 16
|
imageLeadingConstraint?.constant = 16
|
||||||
imageLoader.reset()
|
imageLoader.reset()
|
||||||
|
|
||||||
setDefaultState()
|
setDefaultState()
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -147,7 +146,6 @@ import UIKit
|
|||||||
header.setAsMolecule()
|
header.setAsMolecule()
|
||||||
button.setAsMolecule()
|
button.setAsMolecule()
|
||||||
imageLoader.setAsMolecule()
|
imageLoader.setAsMolecule()
|
||||||
|
|
||||||
setDefaultState()
|
setDefaultState()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user