ti-yet-another-slider-menu icon indicating copy to clipboard operation
ti-yet-another-slider-menu copied to clipboard

change "createNavigationGroup" for "createNavigationWindow"

Open gustavomanolo opened this issue 10 years ago • 1 comments

In Titanium 3.1.3 is recommended that you transition all of your iOS apps to use the new NavigationWindow object because the iPhone NavigationGroup object will be removed in Titanium 3.2.0 (targeted for a Dec. release).

gustavomanolo avatar Sep 21 '13 00:09 gustavomanolo

I agree, but this is not really part of the 'slider' project. The important part of this project is slider.js. You should be able to use any type of Window as the 'right' window - NavigationWindow or pre iOS7 Window with a NavigationController on it.

I'm working on a cross-platform NavigationWindow that I'll be adding to my xui project: https://github.com/jeffbonnes/TiXUI

jeffbonnes avatar Sep 26 '13 21:09 jeffbonnes