adjust header color for popup menu (#1833)

This commit is contained in:
Harrie Shin 2023-07-19 18:57:13 -07:00 коммит произвёл GitHub
Родитель 01aacfc8bc
Коммит 025b00e19b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -340,6 +340,7 @@ extension PopupMenuController: UITableViewDelegate {
}
let headerView = tableView.dequeueReusableHeaderFooterView(withIdentifier: PopupMenuSectionHeaderView.identifier) as? PopupMenuSectionHeaderView
headerView?.setup(section: section)
headerView?.tableViewCellStyle = .clear
return headerView
}