Skip to content

Commit

Permalink
[iOS] Removed global style for UITableViewHeaderFooterView
Browse files Browse the repository at this point in the history
  • Loading branch information
Polas authored and beloal committed Mar 12, 2020
1 parent b1b9717 commit 51e7959
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
extension UITableViewHeaderFooterView {
@objc override func applyTheme() {
if styleName.isEmpty {
styleName = "TableViewHeaderFooterView"
}
for style in StyleManager.shared.getStyle(styleName)
where !style.isEmpty && !style.hasExclusion(view: self) {
UITableViewHeaderFooterViewRenderer.render(self, style: style)
Expand Down

0 comments on commit 51e7959

Please sign in to comment.