• 大小: 91KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-11
  • 语言: 其他
  • 标签: Objective-C  表格  

资源简介

iOS 自己写的表格

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  WXDataGrid
//
//  Created by Iris Technology on 17/3/16.
//  Copyright © 2017年 Iris Technology. 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 invalidate graphics rendering callbacks. 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 active 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  2017-03-17 18:53  WXDataGrid\
     文件        6148  2017-03-17 18:53  WXDataGrid\.DS_Store
     目录           0  2017-03-17 18:53  __MACOSX\
     目录           0  2017-03-17 18:53  __MACOSX\WXDataGrid\
     文件         120  2017-03-17 18:53  __MACOSX\WXDataGrid\._.DS_Store
     目录           0  2017-03-17 18:45  WXDataGrid\.git\
     文件         137  2017-03-16 15:55  WXDataGrid\.git\config
     文件          73  2017-03-16 15:55  WXDataGrid\.git\description
     文件          23  2017-03-16 15:55  WXDataGrid\.git\HEAD
     目录           0  2017-03-16 15:55  WXDataGrid\.git\hooks\
     文件         177  2017-03-16 15:55  WXDataGrid\.git\hooks\README.sample
     文件        3480  2017-03-17 18:45  WXDataGrid\.git\index
     目录           0  2017-03-16 15:55  WXDataGrid\.git\info\
     文件          40  2017-03-16 15:55  WXDataGrid\.git\info\exclude
     目录           0  2017-03-17 18:53  __MACOSX\WXDataGrid\.git\
     目录           0  2017-03-17 18:53  __MACOSX\WXDataGrid\.git\info\
     文件         171  2017-03-16 15:55  __MACOSX\WXDataGrid\.git\info\._exclude
     目录           0  2017-03-17 18:45  WXDataGrid\.git\objects\
     目录           0  2017-03-17 18:45  WXDataGrid\.git\objects\00\
     文件         302  2017-03-17 18:45  WXDataGrid\.git\objects\00\1e174d1bea08aba258e3b5e83a8a07c0ecc908
     目录           0  2017-03-16 15:55  WXDataGrid\.git\objects\11\
     文件         161  2017-03-16 15:55  WXDataGrid\.git\objects\11\8c98f7461bf98b2bc7e061150d8021121ad277
     文件        3745  2017-03-16 15:55  WXDataGrid\.git\objects\11\f5475559206ae80c3129f1748a6d0ca8051658
     目录           0  2017-03-16 16:15  WXDataGrid\.git\objects\1e\
     文件         164  2017-03-16 16:15  WXDataGrid\.git\objects\1e\90d15afaefc17c9c4634655c57d4f61f402dc6
     目录           0  2017-03-17 18:45  WXDataGrid\.git\objects\23\
     文件         481  2017-03-17 18:45  WXDataGrid\.git\objects\23\dfd16dc182dc8257b5a10b64404e55ecb0a5af
     目录           0  2017-03-17 18:44  WXDataGrid\.git\objects\27\
     文件         285  2017-03-17 18:44  WXDataGrid\.git\objects\27\a7efa7d6cf2f20328c51c9f25cc6050c923f6f
     目录           0  2017-03-17 18:42  WXDataGrid\.git\objects\29\
     文件         304  2017-03-17 18:42  WXDataGrid\.git\objects\29\20e64958fd514a22644e5e09e6d2adc3723b37
............此处省略129个文件信息

评论

共有 条评论