Contents

addNavigationChildContext(_:)

Adds a child context that users can navigate to from this context.

Declaration

func addNavigationChildContext(_ child: CLSContext)

Parameters

  • child:

    A context that you want to add as a presentable child from this context.

Discussion

Use this method to add a child to the navigationChildContexts collection of a given context. This only affects presentation. The method doesn’t alter your app’s context hierarchy because it has no effect on the context’s identifierPath.

See Also

Creating a context presentation hierarchy