This commit is contained in:
Max Sokolov 2016-10-15 01:13:41 +03:00
parent 3da097f1f1
commit 0af6956d62
1 changed files with 2 additions and 0 deletions

View File

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