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?
Asked
Active
Viewed 69 times
3
-
1Selecting a tab, based on Stack isn't actually implemented, it's been on my todo list :) I'll have a look at it tonight and see how much it will take to implement this feature. – Adam Aug 30 '17 at 00:58
-
@AdamPedley ok, thank you :) – Maria Alekseeva Aug 30 '17 at 07:39