Is it possible to change large navigation bar height?
self.navigationItem.largeTitleDisplayMode = .always
self.navigationController?.navigationBar.prefersLargeTitles = true
self.navigationController?.navigationBar.addSubview(expandedNavBar)
Is it possible to change large navigation bar height?
self.navigationItem.largeTitleDisplayMode = .always
self.navigationController?.navigationBar.prefersLargeTitles = true
self.navigationController?.navigationBar.addSubview(expandedNavBar)
2
Answers
Ok, I found this way:
I dont think you can change navigationBar height because of
Apple HIG
. If you want to change navigationBar height , you can remove navigationBar and you can show your own customview to user like navigationBarIf you want to make the navigationBar a little bigger, you can try this trick by adding an empty string to the prompt property.