Use invalidate cash in TableDirector

This commit is contained in:
Alexander Desyatov 2016-10-07 15:53:20 +03:00
parent c09e06f67d
commit e9be0e8996
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ public class TableDirector: NSObject, UITableViewDataSource, UITableViewDelegate
}
public func reload() {
heightStrategy?.invalidate()
tableView?.reloadData()
}