Exrin tabbed view: navigation between tabs using NavigationResult

79 views Asked by At

In my Exrin-based app I have a tabbed view. As an operation execution result I would like to select a specific tab. But when I pass the NavigationResult(Stacks.TabStack, TabStack.RootViewKey) as an operation result, the tabs selection is kept as it was before operation. Should I use another NavigationResult c-tor or adapt the TabbedView container somehow?

0

There are 0 answers