iPhone SDK:创建菜单

发布于 2024-11-03 07:08:17 字数 58 浏览 2 评论 0原文

我正在开发一些街机游戏。不幸的是,所有这些都没有菜单。为 iPhone 游戏创建菜单的最佳方式是什么?

I'm developing a few arcade games. Unfortunately, all of them lack a menu. What's the best way to create a menu for an iPhone game?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

献世佛 2024-11-10 07:08:17

我认为你想要一个带有自定义页眉/页脚的分组样式 UITableView。您还可以自定义 UITableViewCell。

查看此链接,他相当轻松地创建了您正在寻找的菜单: http://iosdevelopertips.com/user-interface/creating-unique-looking-tables-with-custom-cells.html

I think you want a grouped style UITableView with a custom header/footer. You can also customize the UITableViewCell as well.

Check out this link, he creates the menu you are looking for fairly easily: http://iosdevelopertips.com/user-interface/creating-unique-looking-tables-with-custom-cells.html.

帅冕 2024-11-10 07:08:17

我将创建一个继承自 UIView 的自定义类。只需在加载 UIView 时将其设置为与屏幕一样大并将其置于前面即可。然后你就可以自定义你的屏幕,让它看起来不错,而不是像上面那样无聊无味。

I would create a custom class that inherits from a UIView. Just make the UIView as big as the screen when you load it and bring it to the front. Then you can customize your screen and make it look good rather than boring and tasteless like the one above.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文