fix
This commit is contained in:
parent
c3d6f0af60
commit
becdc205bb
|
|
@ -22,7 +22,7 @@ import UIKit
|
|||
|
||||
open class TablePrototypeCellHeightCalculator: RowHeightCalculator {
|
||||
|
||||
private weak var tableView: UITableView?
|
||||
private(set) weak var tableView: UITableView?
|
||||
private var prototypes = [String: UITableViewCell]()
|
||||
private var cachedHeights = [Int: CGFloat]()
|
||||
private var separatorHeight = 1 / UIScreen.main.scale
|
||||
|
|
|
|||
Loading…
Reference in New Issue