Title and Subtitle on Large Navigation Bar Swift

910 Views Asked by At

I've seen similar posts on stack overflow, but haven't seen any specific to large navigation bars that change size as the user scrolls down.

What I would like to achieve is a left-aligned title and subtitle in my navigation bar that either hides or decreases in size the subtitle when converted to a regular navigation bar.

Other answers in SO such as this one: (https://stackoverflow.com/a/42400633/5476481), create custom views, but they are commonly unresponsive to movements in the bar.

enter image description here

Any ideas on how to properly achieve this?

1

There are 1 best solutions below

0
On

You can use custom navigation bar as a navigation bar and hide default navigation bar.enter image description here