简单导航 - 钛金
我是一名 iPhone 开发者,也是使用 Titanium 的初学者。几天前我开始学习钛。我已经研究了一些使用窗口、视图、按钮和按钮事件的基本示例。如何使用NavgationGroup?谁能告诉我如何在触发按钮时导航/推送新视图?只是我需要知道按钮事件。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已经定义了导航组,例如:
按钮侦听器将像这样,您可以在其中打开一个新窗口:
有一个与您的问题相关的完整示例 操作方法:创建 iPhone 导航组。这可能对你有帮助。
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.