Skip to content

Commit

Permalink
Fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalPethani99 committed Sep 17, 2020
1 parent fd8091f commit 0c8651d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HGPlaceholders/Classes/Views/TableView.swift
Expand Up @@ -240,6 +240,9 @@ open class TableView: UITableView {
super.reloadData()
}

open func reload() {
super.reloadData()
}
/**
Called when the adjusted content insets of the scroll view change.
*/
Expand Down

0 comments on commit 0c8651d

Please sign in to comment.