资源简介
《iOS开发项目化入门教程》源代码《iOS开发项目化入门教程》源代码
代码片段和文件信息
//
// AppDelegate.m
// 01_HelloIOS
//
// Created by 王小娟 on 15/5/18.
// Copyright (c) 2015年 itcast. 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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 199 2016-09-22 10:14 《iOS开发项目化入门教程》源代码\下载必看文档.txt
文件 279 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\AppDelegate.h
文件 2033 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\AppDelegate.m
文件 3705 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\ba
文件 6539 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\ba
文件 585 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\Images.xcassets\AppIcon.appiconset\Contents.json
文件 301 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\Images.xcassets\logo.imageset\Contents.json
文件 18389 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\Images.xcassets\logo.imageset\logo.png
文件 1220 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\Info.plist
文件 336 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\main.m
文件 217 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\ViewController.h
文件 932 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS\ViewController.m
文件 16020 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS.xcodeproj\project.pbxproj
文件 156 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS.xcodeproj\project.xcworkspace\contents.xcworkspacedata
文件 5559 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS.xcodeproj\project.xcworkspace\xcuserdata\gaomeiyun.xcuserdatad\UserInterfaceState.xcuserstate
文件 17198 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS.xcodeproj\project.xcworkspace\xcuserdata\wangxiaojuan.xcuserdatad\UserInterfaceState.xcuserstate
文件 3793 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS.xcodeproj\xcuserdata\gaomeiyun.xcuserdatad\xcschemes\01_HelloIOS.xcscheme
文件 573 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS.xcodeproj\xcuserdata\gaomeiyun.xcuserdatad\xcschemes\xcschememanagement.plist
文件 4222 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS.xcodeproj\xcuserdata\wangxiaojuan.xcuserdatad\xcschemes\01_HelloIOS.xcscheme
文件 573 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOS.xcodeproj\xcuserdata\wangxiaojuan.xcuserdatad\xcschemes\xcschememanagement.plist
文件 748 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOSTests\Info.plist
文件 873 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第1章\01_HelloIOS\01_HelloIOSTests\_1_HelloIOSTests.m
文件 199 2016-09-22 10:14 《iOS开发项目化入门教程》源代码\第1章\下载必看文档.txt
文件 15 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第2章\01_UILabel\.git\COMMIT_EDITMSG
文件 137 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第2章\01_UILabel\.git\config
文件 73 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第2章\01_UILabel\.git\desc
文件 23 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第2章\01_UILabel\.git\HEAD
文件 452 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第2章\01_UILabel\.git\hooks\applypatch-msg.sample
文件 896 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第2章\01_UILabel\.git\hooks\commit-msg.sample
文件 189 2016-08-27 19:44 《iOS开发项目化入门教程》源代码\第2章\01_UILabel\.git\hooks\post-update.sample
............此处省略5524个文件信息
评论
共有 条评论