I am developing an application with content stitched with other content.
The application contains 5 tabs. On each tab there are tables and detailed descriptions. From the tab view, you can go to other elements from another tab.
For example: Tab 1> TableView list categories> TableView list items> DetailView> Stitched TableView items> Tab 2> DetailView
(Hope that makes sense !: D)
When I activate Tab 2 using tabbarController.selectedIndex = 1; it does not open the requested detailed view, except for the categories of the TableView list.
Is there any way to do this?
Thanks!!
Douwe source share