资源简介
iOS 个人中心 demo 用collectionView做的
代码片段和文件信息
//
// AppDelegate.m
// PersonCenter
//
// Created by X on 16/1/7.
// Copyright © 2016年 X. All rights reserved.
//
#import “AppDelegate.h“
#import “CenterViewController.h“
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
self.window = [[UIWindow alloc] initWithframe:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
self.window.backgroundColor = [UIColor whiteColor];
[self.window makeKeyAndVisible];
self.window.rootViewController = [[CenterViewController alloc] init];
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-01-07 20:13 XLPersonCenter\
目录 0 2016-01-07 21:22 XLPersonCenter\.git\
文件 15 2016-01-07 20:13 XLPersonCenter\.git\COMMIT_EDITMSG
文件 137 2016-01-07 20:13 XLPersonCenter\.git\config
文件 73 2016-01-07 20:13 XLPersonCenter\.git\desc
文件 23 2016-01-07 20:13 XLPersonCenter\.git\HEAD
目录 0 2016-01-07 20:13 XLPersonCenter\.git\hooks\
文件 177 2016-01-07 20:13 XLPersonCenter\.git\hooks\README.sample
文件 2778 2016-01-07 21:16 XLPersonCenter\.git\index
目录 0 2016-01-07 20:13 XLPersonCenter\.git\info\
文件 40 2016-01-07 20:13 XLPersonCenter\.git\info\exclude
目录 0 2016-01-07 21:30 __MACOSX\
目录 0 2016-01-07 21:30 __MACOSX\XLPersonCenter\
目录 0 2016-01-07 21:30 __MACOSX\XLPersonCenter\.git\
目录 0 2016-01-07 21:30 __MACOSX\XLPersonCenter\.git\info\
文件 171 2016-01-07 20:13 __MACOSX\XLPersonCenter\.git\info\._exclude
目录 0 2016-01-07 20:13 XLPersonCenter\.git\logs\
文件 155 2016-01-07 20:13 XLPersonCenter\.git\logs\HEAD
目录 0 2016-01-07 20:13 XLPersonCenter\.git\logs\refs\
目录 0 2016-01-07 20:13 XLPersonCenter\.git\logs\refs\heads\
文件 155 2016-01-07 20:13 XLPersonCenter\.git\logs\refs\heads\master
目录 0 2016-01-07 21:16 XLPersonCenter\.git\ob
目录 0 2016-01-07 20:13 XLPersonCenter\.git\ob
文件 132 2016-01-07 20:13 XLPersonCenter\.git\ob
目录 0 2016-01-07 20:13 XLPersonCenter\.git\ob
文件 161 2016-01-07 20:13 XLPersonCenter\.git\ob
目录 0 2016-01-07 20:13 XLPersonCenter\.git\ob
文件 1007 2016-01-07 20:13 XLPersonCenter\.git\ob
文件 217 2016-01-07 20:13 XLPersonCenter\.git\ob
目录 0 2016-01-07 20:13 XLPersonCenter\.git\ob
文件 124 2016-01-07 20:13 XLPersonCenter\.git\ob
............此处省略125个文件信息
相关资源
- Q3D31.wph 联想F31G最新版bios。
- MobileTerminal
- 联想E46ABIOS刷后可识别4G内存
- 配置TCPIP SimaticNetV6.0和Intouch7.11 IOSer
- 联想L-IG41M3 V1.1 更新BIOS
- 家悦E2410-BIOS(SLIC21)52KT55AUS
- AMITool150cnBIOS修改工具
- 长城电脑富士康BIOS刷机工具
- pmon 分析 介绍龙芯BIOS的一个文档
- 整理的学习龙芯PMON龙芯bios相关资料
- 华硕P5QL PRO主板BIOS 支持771微码
- 苹果ios签名工具
- 联想e440 bios
- 最新RwPortableV1.5.2版-刷BIOS必备
- iOS 12 Programming Fundamentals with Swift (
- iOS 12 Programming Fundamentals with Swift
- 音质发烧友最爱 公认最强 音效增强插
- 讯飞-文字语音互转
- IOS开发webview强制视频内联播放在没有
- iOS SDK 11.4
- ios大作业打地鼠游戏源码+文档
- 华硕P8B75-V主板已经改好的BIOS文件支持
- Thinkpad SL400刷BIOS slic2.1包
- Objc APP架构 王巍喵神 翻译 PDF+epub 双份
- SYS/BIOS使用指南
- ap1240IOS文件
- Z460_Z560_BIOS_29CN41WW(2.18)
- 修改BIOS信息软件
- ios6系统图标原生
- 联想LenovoG460 BIOS 去白名单 一键刷机版
评论
共有 条评论