Deeplinking

I have looked around and am confused about deep linking to a view that is not the default view, or passing information to that view which then impacts what is shown. Please help.

Note: I am using the UIKit lifecycle

Answered by Mcrich23 in 686911022

I fixed it by reloading the scene when the deep link handler is called

Update:  I know how to do it using a bool var. Unfortunately, it gets called after I load the view. How do I fix this?

Accepted Answer

I fixed it by reloading the scene when the deep link handler is called

Deeplinking
 
 
Q