fix
This commit is contained in:
parent
db6dc40fac
commit
b449e05edc
|
|
@ -36,6 +36,8 @@ open class TableDirector: NSObject, UITableViewDataSource, UITableViewDelegate {
|
|||
didSet {
|
||||
if shouldUsePrototypeCellHeightCalculation {
|
||||
rowHeightCalculator = TablePrototypeCellHeightCalculator(tableView: tableView)
|
||||
} else {
|
||||
rowHeightCalculator = nil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue