如何将图标组织到不同的位置(例如 iPhone 主屏幕)
我正在创建一个应用程序,它的主屏幕看起来像本机 iPhone 主屏幕。我没有任何页面,但我想在按住图标时启用拖放图标以将它们组织到不同的位置。
这可能吗?这有多难?
I'm creating an application which has a home screen that looks like the native iPhone home screen. I don't have any pages but I wanted to enable dragging and dropping of the icons when you hold them to organise them into different places.
Is this possible? How hard would this be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Three20框架提供了一个支持这种视图的launcher类,但是在使用之前请三思。 iPhone 应用程序应该看起来像 iPhone 应用程序,而不是像 iPhone 主屏幕。
Three20 framework provides a launcher class that supports this kind of view, but please think before using it. iPhone apps should look like iPhone apps, not like iPhone home screen.