I'm using a two column NavigationSplitView, where the view passed for the detail column is the root of a NavigationStack.
The navigation works as expected, but the navigationTitle and toolbar elements of the detail view are very slightly delayed when the view appears on iOS, such that they 'pop' in rather than smoothly animating like normal. Returning to the root of the view from views higher in this stack animates as expected.
Has anyone seen anything like this before? Thanks!
6
0
2.4k