So I have a navigation bar with title that can be changed. The title strings are very long and are not truncated unless I move off this page and come back again.
So after the initial title change it will look like this:

Then after segueing to another page and going back it will switch back to what everyone would expect:

I want to be able to have this text truncation occur immediately after the text has been updated
The problem is I have no idea what is causing this issue or where it is happening, thus do not know what code to include in my question.. I was guessing something like navigationItem.titleView to have an "update contents" but cannot find anything that fixes this problem.