I am an iPhone developer and a beginner in using Titanium. I have started learning Titanium few days back. I have worked on some basic samples which uses a window, views, button and button events. How can I use NavgationGroup? Can anyone say me how to navigate/push a new view when a button is triggered? Just I need to know the button event.
Share
If you have already defined your navigation group like:
Button listener will be like this where you can open a new window:
There is a complete example related to your question How-To: Create an iPhone Navigation Group. This may help you.