资源简介
贪吃蛇代码,OC,Objective-C,iOS贪吃蛇
代码片段和文件信息
//
// AppDelegate.m
// Snake ios 2
//
// Created by O on 16/11/8.
// Copyright © 2016年 O. 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 2016-11-15 11:14 Snake OC\
文件 6148 2016-11-26 20:53 Snake OC\.DS_Store
目录 0 2017-05-04 12:08 __MACOSX\
目录 0 2017-05-04 12:08 __MACOSX\Snake OC\
文件 120 2016-11-26 20:53 __MACOSX\Snake OC\._.DS_Store
文件 172854 2016-11-11 09:28 Snake OC\App Icon.bmp
文件 177 2016-11-11 09:28 __MACOSX\Snake OC\._App Icon.bmp
目录 0 2017-04-17 21:39 Snake OC\Snake ios 2\
文件 265 2016-11-08 05:21 Snake OC\Snake ios 2\AppDelegate.h
目录 0 2017-05-04 12:08 __MACOSX\Snake OC\Snake ios 2\
文件 171 2016-11-08 05:21 __MACOSX\Snake OC\Snake ios 2\._AppDelegate.h
文件 2019 2016-11-08 05:21 Snake OC\Snake ios 2\AppDelegate.m
文件 171 2016-11-08 05:21 __MACOSX\Snake OC\Snake ios 2\._AppDelegate.m
目录 0 2016-11-11 09:29 Snake OC\Snake ios 2\Assets.xcassets\
目录 0 2016-11-11 09:29 Snake OC\Snake ios 2\Assets.xcassets\AppIcon.appiconset\
文件 659 2016-11-11 09:29 Snake OC\Snake ios 2\Assets.xcassets\AppIcon.appiconset\Contents.json
文件 11030 2016-11-11 09:29 Snake OC\Snake ios 2\Assets.xcassets\AppIcon.appiconset\icon-60@2x.png
文件 17953 2016-11-11 09:29 Snake OC\Snake ios 2\Assets.xcassets\AppIcon.appiconset\icon-60@3x.png
文件 62 2016-11-11 09:29 Snake OC\Snake ios 2\Assets.xcassets\Contents.json
目录 0 2016-11-16 21:03 Snake OC\Snake ios 2\ba
文件 3165 2016-11-16 19:44 Snake OC\Snake ios 2\ba
文件 1668 2016-11-16 21:03 Snake OC\Snake ios 2\ba
文件 457 2016-11-16 21:56 Snake OC\Snake ios 2\CtrlButton.h
文件 171 2016-11-16 21:56 __MACOSX\Snake OC\Snake ios 2\._CtrlButton.h
文件 2585 2016-11-16 23:04 Snake OC\Snake ios 2\CtrlButton.m
文件 171 2016-11-16 23:04 __MACOSX\Snake OC\Snake ios 2\._CtrlButton.m
文件 1205 2016-11-16 20:27 Snake OC\Snake ios 2\Info.plist
文件 322 2016-11-08 05:21 Snake OC\Snake ios 2\main.m
文件 171 2016-11-08 05:21 __MACOSX\Snake OC\Snake ios 2\._main.m
文件 515 2016-11-16 22:04 Snake OC\Snake ios 2\MySnake.h
文件 171 2016-11-16 22:04 __MACOSX\Snake OC\Snake ios 2\._MySnake.h
............此处省略29个文件信息
- 上一篇:ARM9(S3C2440PCB)
- 下一篇:音乐乐谱提取软件.rar
评论
共有 条评论