fix
This commit is contained in:
parent
3da097f1f1
commit
0af6956d62
|
|
@ -262,7 +262,9 @@ open class TableDirector: NSObject, UITableViewDataSource, UITableViewDelegate {
|
|||
@discardableResult
|
||||
open func clear() -> Self {
|
||||
|
||||
heightStrategy?.invalidate()
|
||||
sections.removeAll()
|
||||
|
||||
return self
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue