diff --git a/iOS/Master/Cell/MasterTableViewSectionHeader.swift b/iOS/Master/Cell/MasterTableViewSectionHeader.swift index a2b468fab..ed3d6ae94 100644 --- a/iOS/Master/Cell/MasterTableViewSectionHeader.swift +++ b/iOS/Master/Cell/MasterTableViewSectionHeader.swift @@ -80,7 +80,9 @@ class MasterTableViewSectionHeader: UITableViewHeaderFooterView { private extension MasterTableViewSectionHeader { func commonInit() { - backgroundColor = AppAssets.tableSectionHeaderColor + let view = UIView() + view.backgroundColor = AppAssets.tableSectionHeaderColor + backgroundView = view addSubviewAtInit(unreadCountView) addSubviewAtInit(titleView) }