Menu

NavigationController support added

Sample Code:
var navController = new NavigationController();
navController.setTitle("Title");
navController.addNavigationItem("About", "AboutClicked()");
navController.show();

Posted by Alexander Voloshyn 2009-03-16

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.