资源简介
ios端分时线demo-包含十字叉效果
代码片段和文件信息
//
// AppDelegate.m
// timeLineDemo
//
// Created by nethanhan on 2017/5/18.
// Copyright © 2017年 nethanhan. 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-05-20 18:47 timeLineDemo\
文件 6148 2017-05-20 23:44 timeLineDemo\.DS_Store
目录 0 2017-05-20 23:57 __MACOSX\
目录 0 2017-05-20 23:57 __MACOSX\timeLineDemo\
文件 120 2017-05-20 23:44 __MACOSX\timeLineDemo\._.DS_Store
目录 0 2017-05-20 23:57 timeLineDemo\timeLineDemo\
文件 284 2017-05-18 15:02 timeLineDemo\timeLineDemo\AppDelegate.h
目录 0 2017-05-20 23:57 __MACOSX\timeLineDemo\timeLineDemo\
文件 171 2017-05-18 15:02 __MACOSX\timeLineDemo\timeLineDemo\._AppDelegate.h
文件 2046 2017-05-18 15:02 timeLineDemo\timeLineDemo\AppDelegate.m
文件 171 2017-05-18 15:02 __MACOSX\timeLineDemo\timeLineDemo\._AppDelegate.m
目录 0 2017-05-18 15:02 timeLineDemo\timeLineDemo\Assets.xcassets\
目录 0 2017-05-18 15:02 timeLineDemo\timeLineDemo\Assets.xcassets\AppIcon.appiconset\
文件 585 2017-05-18 15:02 timeLineDemo\timeLineDemo\Assets.xcassets\AppIcon.appiconset\Contents.json
目录 0 2017-05-20 23:57 __MACOSX\timeLineDemo\timeLineDemo\Assets.xcassets\
目录 0 2017-05-20 23:57 __MACOSX\timeLineDemo\timeLineDemo\Assets.xcassets\AppIcon.appiconset\
文件 171 2017-05-18 15:02 __MACOSX\timeLineDemo\timeLineDemo\Assets.xcassets\AppIcon.appiconset\._Contents.json
目录 0 2017-05-20 18:47 timeLineDemo\timeLineDemo\ba
文件 1740 2017-05-18 15:02 timeLineDemo\timeLineDemo\ba
目录 0 2017-05-20 23:57 __MACOSX\timeLineDemo\timeLineDemo\ba
文件 171 2017-05-18 15:02 __MACOSX\timeLineDemo\timeLineDemo\ba
文件 1689 2017-05-18 15:02 timeLineDemo\timeLineDemo\ba
文件 171 2017-05-18 15:02 __MACOSX\timeLineDemo\timeLineDemo\ba
文件 637 2017-05-20 20:37 timeLineDemo\timeLineDemo\CAShapela
文件 424 2017-05-20 20:37 __MACOSX\timeLineDemo\timeLineDemo\._CAShapela
文件 1282 2017-05-20 20:37 timeLineDemo\timeLineDemo\CAShapela
文件 472 2017-05-20 20:37 __MACOSX\timeLineDemo\timeLineDemo\._CAShapela
文件 702 2017-05-18 18:06 timeLineDemo\timeLineDemo\CATextla
文件 408 2017-05-18 18:06 __MACOSX\timeLineDemo\timeLineDemo\._CATextla
文件 1264 2017-05-18 17:55 timeLineDemo\timeLineDemo\CATextla
文件 360 2017-05-18 17:55 __MACOSX\timeLineDemo\timeLineDemo\._CATextla
............此处省略56个文件信息
- 上一篇:bin转img工具
- 下一篇:IOSK线蜡烛OHLC图Demo
评论
共有 条评论