I have a scrollview containing a stack view that contains buttons that perform a segue to a table view controller.
When the title is large on the parent view controller with the scroll view and you tap a button the table view controller appears with a large title, but when doing the same after having scrolled down in the parent view controller (thus having a standard title) the table view controller appears with a standard title as well.
Is there a way to make it appear large at all times? Because it is not supposed to appear as a standard title.
When you go back it does fine.
Once you swipe somewhere in the table view controller it changes to a large title.
I'm using storyboard
Edit:
It appears these people were having similar issues but also haven't found a solution.