What is the method for reducing the height of the Navigation Bar? This question was posed in a slightly different way here 4 years ago, but the proposed answer doesn't seem to work anymore, at least for me. Is there an updated method that anyone is aware of? Many thanks.
Asked
Active
Viewed 84 times
0
-
Does this work for you? `navigationController.navigationBar.prefersLargeTitles = false`? – jnpdx Feb 09 '21 at 21:22
-
That is not working for me. – safetotry Feb 09 '21 at 21:37
-
2I'd recommend hiding the navigation bar and using a plain UIView instead. – manas sharma Feb 09 '21 at 22:06
-
1Hide the actual navigation bar and show your own pseudo-navigation bar? – El Tomato Feb 10 '21 at 00:34