资源简介
iOS实战项目开发:汤姆猫小游戏,很有趣的一个游戏,iOS的入门首选,代码完整,加载即可以用,然后可以自行修改,再发布到手机上给小孩或女友玩,酷极了。
代码片段和文件信息
//
// AppDelegate.m
// 002-tomcatGame
//
// Created by dyf on 14/10/31.
// Copyright (c) 2014年 dyf. All rights reserved.
//
#import “AppDelegate.h“
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks disable timers and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}
- (void)applicationDidEnterBackground:(UIApplication *)application {
// Use this method to release shared resources save user data invalidate timers and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application {
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}
- (void)applicationDidBecomeActive:(UIApplication *)application {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background optionally refresh the user interface.
}
- (void)applicationWillTerminate:(UIApplication *)application {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-11-01 14:10 002-tomcatGame\
文件 6148 2014-11-01 14:10 002-tomcatGame\.DS_Store
目录 0 2014-11-03 14:46 __MACOSX\
目录 0 2014-11-03 14:46 __MACOSX\002-tomcatGame\
文件 120 2014-11-01 14:10 __MACOSX\002-tomcatGame\._.DS_Store
目录 0 2014-11-01 14:10 002-tomcatGame\002-tomcatGame\
文件 6148 2014-11-01 14:10 002-tomcatGame\002-tomcatGame\.DS_Store
目录 0 2014-11-03 14:46 __MACOSX\002-tomcatGame\002-tomcatGame\
文件 120 2014-11-01 14:10 __MACOSX\002-tomcatGame\002-tomcatGame\._.DS_Store
目录 0 2014-03-23 08:31 002-tomcatGame\002-tomcatGame\Animations\
文件 6148 2014-05-20 17:19 002-tomcatGame\002-tomcatGame\Animations\.DS_Store
目录 0 2014-11-03 14:46 __MACOSX\002-tomcatGame\002-tomcatGame\Animations\
文件 120 2014-05-20 17:19 __MACOSX\002-tomcatGame\002-tomcatGame\Animations\._.DS_Store
目录 0 2014-03-23 08:31 002-tomcatGame\002-tomcatGame\Animations\Angry\
文件 6148 2014-03-13 10:55 002-tomcatGame\002-tomcatGame\Animations\Angry\.DS_Store
目录 0 2014-11-03 14:46 __MACOSX\002-tomcatGame\002-tomcatGame\Animations\Angry\
文件 120 2014-03-13 10:55 __MACOSX\002-tomcatGame\002-tomcatGame\Animations\Angry\._.DS_Store
文件 32967 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_00.jpg
文件 177 2013-11-23 20:54 __MACOSX\002-tomcatGame\002-tomcatGame\Animations\Angry\._angry_00.jpg
文件 33067 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_01.jpg
文件 33080 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_02.jpg
文件 33094 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_03.jpg
文件 33148 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_04.jpg
文件 33171 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_05.jpg
文件 33088 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_06.jpg
文件 32849 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_07.jpg
文件 32918 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_08.jpg
文件 32899 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_09.jpg
文件 32869 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_10.jpg
文件 33106 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_11.jpg
文件 32858 2013-11-23 20:54 002-tomcatGame\002-tomcatGame\Animations\Angry\angry_12.jpg
............此处省略501个文件信息
- 上一篇:视频分析工具
- 下一篇:adams仿真控制与传感器
评论
共有 条评论