Skip to content

Commit

Permalink
🚨 :: 셀프 캡쳐
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Nov 30, 2023
1 parent 4dccb51 commit b20bb50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extension CategorySearchViewController {
guard let self else {return}

if dataSource.isEmpty {
self.tableView.tableHeaderView = headerView
self.tableView.tableHeaderView = self.headerView
} else {
self.tableView.tableHeaderView = nil
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extension CategorySearchViewController {
$0.button.isHidden = true
}
} else if dataSource.isEmpty {
self.gridCollectionView.backgroundView = emptyHeaderView
self.gridCollectionView.backgroundView = self.emptyHeaderView
} else {
self.gridCollectionView.restore()
}
Expand Down

0 comments on commit b20bb50

Please sign in to comment.