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
.
这篇关于创建类似于主视图的跳板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:创建类似于主视图的跳板
基础教程推荐
- Android:对话框关闭而不调用关闭 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01