搜索资源列表
xcode-3.2.6
- Xcode 3.2.6 for Mac OS X 10.6 and iOS 4.3
4
- 碰撞检测 光扔飞镖是杀不死人的,我们还需要加入碰撞检测。要做到这一点,首先得在场景中更好地跟踪目标和子弹。 在这个游戏中,我们得为小怪和飞镖两种sprite加入一个tag成员变量,以区分两种不同的游戏物体。tag=1的时候这个CCSprite对象为小怪,tag=2的时候则为飞镖。由于在CCNode里面有m_nTag这个成员变量,并且有setTag和getTag方法,因此CCSprite就继承了这些方法,我们可以利用之。
Grave-Game
- IOS iphone 4.3 重力小游戏 xcode 4.2.1-IOS iphone 4.3, grave game, xcode 4.2.1
Halloween
- IOS iphone 4.3 Halloween主题小游戏, xcode 4.2.1-IOS iphone 4.3 Halloween game, xcode 4.2.1
TabBar
- ios 添加tap栏源码, 来自石溪大学实例代码 xcode 4.2.1-ios tap code, from stony brook university , xcode 4.2.1
UIPullToRefreshTableView
- 参考别人的开源代码,稍加修改,显得更简单、实用,与大家分享一下 1、附件中的文件加入到工程 2、创建的UITableView继承UIPullToRefreshTableView,同时支持XIB和动态创建两种方式 @interface UIPullToRefreshTableView : UITableView 3、 创建的UIViewController继承UIPullToRefreshViewController @interface UIPullToRefresh
ZGParallelView
- ZGParallelView ParallelView** is the easiest way to add a Parallax effect to a `UITableView`. It works perfectly with `UITableViewController` and is completely compatable with both `UITableViewStyle`.-ZGParallelView ============== ####Parall
GuideViewController
- 实现从用户引导界面到主界面的 过度功能,流程是: 1.从splash画面过渡到引导画面; 2.引导画面放置5张图片,5张图片介绍应用的功能使用点; 3.用户可左右滑动图片,当滑动到最后一张时,画面出现一个点击按钮“进入”; 4.点击进入按钮有开门效果,打开门后进入到主界面。-Boot from the user interface to the main interface over the process: the transition from the splash scre
GPSTry
- iPhone GPS and 指南针数据读取程序源代码 开发环境环境(Mac OS X Lion 10.7.3 + Xcode 4.2.1 + iOS SDK 5.0)-iPhone GPS and compass data read program source code Development Environment (Mac OS X Lion 10.7.3+ Xcode 4.2.1+ iOS SDK 5.0)
vfr-Reader-3bd2396
- 电子书阅读器 - iOS PDF Reader(Xcode 4.2 and iOS 5),精选ios编程学习源码,很好的参考资料。-E-book reader- iOS PDF Reader (Xcode 4.2 and iOS 5), selection of learning IOS programming source code, a good reference.
The-address-book
- 项目名称: 中等和简单通讯录 实现中等难度通讯录。需求: 1、定义联系⼈ 类ContactPerson 实例变量:姓名(拼⾳ , 或者使用汉字)、性别、电话号码、 住址、分组名称、年龄。 方法:自定义初始化方法(姓名、电话号码)、显⽰ 联系人信息 2、定义一个通讯录类,AddressBook ,使用字典分组管理所有联系人。分组名为26个大写的英文字母。 3、可以添加联系⼈ 人对象,如果姓名或电话号码为空,添加失败。添加联
