I'm currently implementing a very simple TableViewController that has a navigation bar.
I have set the title, turned the navigation bar translucent = true
, and turned PrefersLargeTitles = true
Large Title is set to Automatic
on the Navigation Item
When scrolling in the table view, the title switches from large to small as I would expect, but there is a hiccup in the transition.
When I look at the native settings app on an iPhone, the transition is very smooth from large to small titles, and not here.
Is there some setting I am missing to animate / smooth this transition?
Thanks a lot