No custom navigation bar background. Here's what the view itself looks like before and after and a code snippet of the setup if that helps. What major changes happened that could prevent this title from showing?
navigationItem.title = L10n.Accounts.navTitle
navigationItem.searchController = searchController
navigationItem.hidesSearchBarWhenScrolling = false
navigationItem.largeTitleDisplayMode = .always
tabBarItem.title = L10n.Accounts.navTitle
tabBarItem.badgeValue = hasMissingOrders ? "●" : nil
tabBarItem.badgeColor = .clear
tabBarItem.setBadgeTextAttributes([NSAttributedString.Key.foregroundColor: UIColor.M360.secondary], for: .normal)
tabBarItem.selectedImage = Asset.accountsNewActive.image
tabBarItem.image = Asset.accountsNewInactive.image
tabBarItem.accessibilityIdentifier = AccessibilityIdentifiers.Tabs.accountsButton
}
Topic:
UI Frameworks
SubTopic:
UIKit