资源简介
模仿QQ通讯录
代码片段和文件信息
//
// AppDelegate.m
// MailList
//
// Created by Lester on 16/9/12.
// Copyright © 2016年 Lester-iOS开发:98787555. 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-10-11 08:38 Liszt-QQMailList-master\
文件 683682 2016-10-11 08:38 Liszt-QQMailList-master\Liszt.gif
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\
文件 22188 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\project.pbxproj
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\project.xcworkspace\
文件 153 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\project.xcworkspace\contents.xcworkspacedata
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\project.xcworkspace\xcuserdata\
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\project.xcworkspace\xcuserdata\lester.xcuserdatad\
文件 17827 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\project.xcworkspace\xcuserdata\lester.xcuserdatad\UserInterfaceState.xcuserstate
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\xcuserdata\
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\xcuserdata\lester.xcuserdatad\
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\xcuserdata\lester.xcuserdatad\xcschemes\
文件 4185 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\xcuserdata\lester.xcuserdatad\xcschemes\MailList.xcscheme
文件 660 2016-10-11 08:38 Liszt-QQMailList-master\MailList.xcodeproj\xcuserdata\lester.xcuserdatad\xcschemes\xcschememanagement.plist
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList\
文件 291 2016-10-11 08:38 Liszt-QQMailList-master\MailList\AppDelegate.h
文件 2045 2016-10-11 08:38 Liszt-QQMailList-master\MailList\AppDelegate.m
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Assets.xcassets\
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Assets.xcassets\AppIcon.appiconset\
文件 1163 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Assets.xcassets\AppIcon.appiconset\Contents.json
文件 62 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Assets.xcassets\Contents.json
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Assets.xcassets\Image.imageset\
文件 270 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Assets.xcassets\Image.imageset\Contents.json
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList\ba
文件 1664 2016-10-11 08:38 Liszt-QQMailList-master\MailList\ba
文件 2813 2016-10-11 08:38 Liszt-QQMailList-master\MailList\ba
目录 0 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Class\
文件 518 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Class\ContactsGroupModel.h
文件 228 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Class\ContactsGroupModel.m
文件 682 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Class\ContactsListHeader.h
文件 4392 2016-10-11 08:38 Liszt-QQMailList-master\MailList\Class\ContactsListHeader.m
............此处省略12个文件信息
评论
共有 条评论