• 大小: 1.02MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-29
  • 语言: 其他
  • 标签: 个人中心  ios  

资源简介

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\description
     文件          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\objects\
     目录           0  2016-01-07 20:13  XLPersonCenter\.git\objects\0d\
     文件         132  2016-01-07 20:13  XLPersonCenter\.git\objects\0d\310d16ad39b6fd4df4cad35ba7ef750a27466e
     目录           0  2016-01-07 20:13  XLPersonCenter\.git\objects\11\
     文件         161  2016-01-07 20:13  XLPersonCenter\.git\objects\11\8c98f7461bf98b2bc7e061150d8021121ad277
     目录           0  2016-01-07 20:13  XLPersonCenter\.git\objects\1c\
     文件        1007  2016-01-07 20:13  XLPersonCenter\.git\objects\1c\e25fe211f9c5c1eddf1f9481800bcaa5db4ca4
     文件         217  2016-01-07 20:13  XLPersonCenter\.git\objects\1c\eaea803b40d2467f7def13b1e2c016680d63a0
     目录           0  2016-01-07 20:13  XLPersonCenter\.git\objects\1d\
     文件         124  2016-01-07 20:13  XLPersonCenter\.git\objects\1d\72ad9f0802267c87a2cd15cd1eeb38eec1161f
............此处省略125个文件信息

评论

共有 条评论