如何创建类似iPhone中照片应用程序的界面?

发布于 2024-09-15 01:54:25 字数 128 浏览 5 评论 0原文

如何启动与 iPhone 附带的照片应用程序具有类似界面的应用程序?具体来说,视图中存在带有 UITabBarControllerUINavigationController 的界面。

How do I start an application which has a similar interface like the Photo application that ships with the iPhone? Specifically an interface with a UITabBarController and UINavigationController both present in the view.

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

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

发布评论

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

评论(2

梦年海沫深 2024-09-22 01:54:25

要同时使用选项卡和导航,您需要创建一个选项卡栏应用程序并将其视图的类从 UIViewController 更改为 NavigationController。看看这个 教程,它应该可以帮助您入门。

To use both tab and navigation together, you create a tab bar application and change the class of its views from UIViewController to NavigationController. Have a look at this tutorial, it should get you started.

请恋爱 2024-09-22 01:54:25

我会查看 Three20 开源 iPhone 框架。更具体地说是他们的 TTPhotoViewController。

github - Three20

替代文字

I would check out the Three20 open-source iPhone framework. More specifically their TTPhotoViewController.

github - Three20

alt text

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