I'm implementing e-book app on ipad. I'm trying with Ti.UI.iPad.SplitWindow, whose master view on the left show index to each chapter, while detail view shows the contents. when index is clicked, detail view should turn to the right chapter. what's more, both left and right are designed to have navigation bar.
I find many implementations using NavigationGroup, load different windows on every click, but the widget is deprecated now. NavigationWindow can not solve this as SplitWindow.detailView and NavigationWindow.window are indicated only when created. So I wonder some other solutions.
thank you