I use a custom font in my nav bar - `[[UINavigationBar appearance] setTitleTextAttributes:navTitleAttributes];`. The font seems to be reset to the default when the nav bar comes back.
I use a custom font in my nav bar -
[[UINavigationBar appearance] setTitleTextAttributes:navTitleAttributes];.The font seems to be reset to the default when the nav bar comes back.