创建类似于主视图的跳板

Create springboard like main view(创建类似于主视图的跳板)
本文介绍了创建类似于主视图的跳板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

是否有一些示例代码或简单的方法来实现一个应用程序的第一个视图,比如 Springboard?

Is there some sample code, or an easy way, to implement an application with as its first view something like Springboard?

我正在寻找的只是一个带有基本图标的视图,在图标上的选项卡告诉视图控制器推送与所选图标关联的视图之后.

What I am looking for is just a view with basic icons which after a tab on an icon tells the view-controller to push the view associated with the selected icon.

这本身并不是那么困难的偏离路线(只是将图像放在视图上),但是是否有一种简单的方法来实现所有额外的功能(例如移动图标(在何时开始振动"您按住它们),多页等).Facebook 应用程序似乎有这个.自己编写它可能不值得我花时间,但如果有一些开箱即用"的东西可以让应用程序更像 iPhone 的感觉,那就太好了.

This in itself is not that difficult off-course (just putting images on a view), but is there an easy way to implement all the extra functionality as well (as e.g. moving the icons around (start 'vibrating' when when you push hold them), multiple pages etc.). The Facebook App seems to have this. It is probably not worth my while to write it myself, but it would be nice if there is something 'out of the box' to give the App a bit more of an iPhone feel.

提前致谢!

推荐答案

Facebook 使用 Three20 库它的用户界面.用于类似 SpringBoard 的界面的特定视图称为 TTLauncherView.

Facebook uses the Three20 library for its UI. The specific view used for the SpringBoard-like interface is known as TTLauncherView.

这篇关于创建类似于主视图的跳板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

UIButtons at the bottom of UIScrollView not working(UIScrollView 底部的 UIButtons 不起作用)
Handling scroll views with (custom, interactive) view controller presentation and dismissal(使用(自定义、交互式)视图控制器呈现和解除处理滚动视图)
How to Cancel Scrolling in UIScrollView(如何在 UIScrollView 中取消滚动)
How can i add a activity indicator below the UITableView?(如何在 UITableView 下方添加活动指示器?)
Programmatically scroll a UIScrollView to the top of a child UIView (subview) in Swift(以编程方式将 UIScrollView 滚动到 Swift 中的子 UIView(子视图)的顶部)
How to create a top fade effect using UIScrollView?(如何使用 UIScrollView 创建顶部淡入淡出效果?)