在dashcode中实现Tab栏ctrl
我正在为 iPhone 开发网络应用程序。是否可以在 dashcode 中实现选项卡栏控制器。
是否有任何选项可用于使用 dashcode 来开发 Web 应用程序来实现选项卡栏。
谢谢 明杜斯
I am developing web application for iphone. Is it possible to implement Tab bar controller in dashcode.
Is there is any option available for implementing tab bar using dashcode for developing web application.
Thanks
mindus
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能可以在 dashcode 中完成此操作,但没有任何库项目可以让您开箱即用。我还认为,当 Dashcode 针对 iPhone 应用程序时,空间有限,您可能不会使用选项卡作为标准导航方法,这可能是它不存在的原因。然而,如果使用浏览器和可能的 iPad(Dashcode 似乎根本不考虑这一点),那么情况就不是这样了。
快速查看 Sencha Touch 和 Sproutcore touch,我看不到任何选项卡式范例。我再次怀疑这是由于触摸导航方法的性质,其中垂直表格视图往往是常态。
在破折号代码中执行此操作非常简单,因为您可以简单地使用 JavaScript + css 来实现选项卡。
you probably could do it in dashcode but there are no library items that let you do it out of the box as it were. i think also that the limited real estate when Dashcode is targeting iPhone apps is such that you probably would not use tabs as a standard method of navigation and this may be the reason for it's absence. However if doing browsers and possibly iPad (which does not seem to be catered for in Dashcode at all) then this wouldn't be the case.
Quickly looking at Sencha Touch and Sproutcore touch i cannot see any tabbed paradigms. Which again is i suspect due to the nature of the Touch method of navigating where the vertical table view tend to be the norm.
To do it in dash code would be simple enough as you could simply use JavaScript + css to implement the tabs.