viezel / NappAppearance

Use the power of iOS UIAppearance on Titanium UI components
Other
69 stars 20 forks source link

NavigationGroup removed, NavigationWindow not working #10

Open FokkeZB opened 10 years ago

FokkeZB commented 10 years ago

Since NavigationGroup has been dropped, in the example, lines 242-250 need to be replaced with:

    navGroup.open(win);
});
window.setRightNavButton(rightButton);

var self = Ti.UI.createTabGroup();

var main = Ti.UI.iOS.createNavigationWindow({window : window});

The example then works, but doesn't look like it's 100% working:

ios-simulatorschermafbeelding 18 feb 2014 09 09 32 ios-simulatorschermafbeelding 18 feb 2014 09 09 33

I have also noticed myself in another project that setting navBarTitle has no effect.

viezel commented 10 years ago

ye.. its a known issue. Im not sure how much Appc changed from navgroup to navwindow. It seems that many things have changed, so alot are broken.

FokkeZB commented 10 years ago

:( I really need to set the font for the title and back button