This commit is contained in:
Max Sokolov 2016-10-16 12:22:40 +03:00
parent c3d6f0af60
commit becdc205bb
1 changed files with 1 additions and 1 deletions

View File

@ -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