You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am faced with the same issue. I have had to add a separate condition for UISplitViewController in UIViewController+Hierarchy to get around this issue at my end. Also, the caller would have to specify which stack they want to push from.
I have the same requirement. Would be great, if @Dvcz could integrate it ... or if @bhaskar-dj could post the changes here (or give more hints on how to do it myself). Would appreciate it :-)
I’ve just noticed an issue when using an iPad Pro.
While using NavigationLink opening child views would open in the detail area on iPad. The parent view is shown in the master aka left hand panel.
However, with XNavigation all my views, including child views open in the master aka left hand panel.
I’ve added the DestinationView protocols.
I’m not sure how to specify where my child views should open?
The text was updated successfully, but these errors were encountered: