remove unused ?
This commit is contained in:
parent
8f4e7f82c3
commit
e0d17f7270
@ -32,7 +32,7 @@ open class ThreeLayerTableViewController: ProgrammaticTableViewController {
|
|||||||
bottomView.updateView(width)
|
bottomView.updateView(width)
|
||||||
showFooter(width)
|
showFooter(width)
|
||||||
}
|
}
|
||||||
tableView?.reloadData()
|
tableView.reloadData()
|
||||||
}
|
}
|
||||||
|
|
||||||
open override func handleNewData() {
|
open override func handleNewData() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user