adjust header color for popup menu (#1833)
This commit is contained in:
Родитель
01aacfc8bc
Коммит
025b00e19b
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче