为应用程序创建一个主页视图

发布于 2024-11-17 07:47:11 字数 156 浏览 4 评论 0 原文

大家好,我非常渴望知道我们如何制作像此应用程序中那样的视图,具有调用不同视图控制器的不同图标和编辑按钮以将快捷方式添加到底部的选项卡栏。任何教程链接将不胜感激。

在此处输入图像描述

Hi guys i am very eager to know that how we can make a view like in this application having different icons calling different viewcontrollers and edit button to add shorcuts to tab bar at the bottom. Any tutorial link will be appreciated .

enter image description here

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

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

发布评论

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

评论(2

怀里藏娇 2024-11-24 07:47:11

这是一个非常长远的观点,你为什么想要这个?除非您将其放入 UIScrollView 中。

检查 Three20 Launcher,它可能适合您的需求,而且它是广泛应用于许多应用程序中。

Thats a really long view, why would you want that? Unless you are putting that into a UIScrollView..

Check Three20 Launcher, it may suit your needs, and it is widely used in many apps.

沐歌 2024-11-24 07:47:11

以下是使用 UITabBarController 的教程: http://21gingerman.wordpress.com/2009/04/06/tutorial-and-sample-code-for-iphone-app-with-tab-bar-and-nav-bar/

这似乎是你所要求的。

它将允许您有一个“更多”按钮,为您提供您正在寻找的视图。

否则,似乎如果您需要更多控制,您所寻找的内容可以通过 UIScrollView 和一些 UIImageView 来相当简单地完成。苹果开发网站的开发人员视频部分有两个关于使用 UIScrollView 的精彩视频。 (它们在 iTunes 中打开)http://developer.apple.com/videos/

Here is a tutorial for using the UITabBarController: http://21gingerman.wordpress.com/2009/04/06/tutorial-and-sample-code-for-iphone-app-with-tab-bar-and-nav-bar/

Which seems like what you're asking for.

It will allow you to have a "More" button which gives you the view you're looking for.

Otherwise, seems like if you need more control, what you're looking for could be accomplished fairly simply with a UIScrollView and some UIImageViews. There are two great videos on using UIScrollView in the developer videos section of the apple dev site. (They open up in iTunes) http://developer.apple.com/videos/

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