Merge pull request #49 from desyatov/swift/2.2

Swift/2.2, clear prototype cell heights
This commit is contained in:
Max Sokolov 2016-10-07 18:31:02 +03:00 committed by GitHub
commit 81c0d99e99
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ public class TableDirector: NSObject, UITableViewDataSource, UITableViewDelegate
}
public func clear() -> Self {
heightStrategy?.invalidate()
sections.removeAll()
return self
}