mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Fine tune interface
This commit is contained in:
@@ -128,6 +128,7 @@ final class SearchableDirectoryViewController: MXKViewController {
|
||||
|
||||
if let navigationBar = self.navigationController?.navigationBar {
|
||||
theme.applyStyle(onNavigationBar: navigationBar)
|
||||
navigationBar.setBackgroundImage(UIImage.vc_image(from: theme.headerBackgroundColor), for: .default)
|
||||
}
|
||||
|
||||
theme.applyStyle(onSearchBar: mainSearchBar)
|
||||
@@ -259,7 +260,7 @@ extension SearchableDirectoryViewController: UITableViewDelegate {
|
||||
}
|
||||
|
||||
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
|
||||
return 30
|
||||
return 40
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user