资源简介
IOS 上实现的自定义仪表盘,像车速里程表,可以用来做流量监控之类的应用
代码片段和文件信息
//
// AppDelegate.m
// GaugeDemo
//
// Created by 海锋 周 on 12-3-27.
// Copyright (c) 2012年 CJLU. All rights reserved.
//
#import “AppDelegate.h“
#import “ViewController.h“
@implementation AppDelegate
@synthesize window = _window;
@synthesize viewController = _viewController;
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWithframe:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
self.viewController = [[ViewController alloc] initWithNibName:@“ViewController“ bundle:nil];
self.window.rootViewController = self.viewController;
[self.window makeKeyAndVisible];
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 2012-03-27 23:38 GaugeDemo\
目录 0 2012-03-28 02:02 GaugeDemo\GaugeDemo\
文件 361 2012-03-29 16:15 GaugeDemo\GaugeDemo\AppDelegate.h
目录 0 2012-03-29 16:21 __MACOSX\
目录 0 2012-03-29 16:21 __MACOSX\GaugeDemo\
目录 0 2012-03-29 16:21 __MACOSX\GaugeDemo\GaugeDemo\
文件 171 2012-03-29 16:15 __MACOSX\GaugeDemo\GaugeDemo\._AppDelegate.h
文件 9973 2012-03-29 16:15 GaugeDemo\GaugeDemo\Gauge.m
文件 171 2012-03-29 16:15 __MACOSX\GaugeDemo\GaugeDemo\._Gauge.m
文件 2448 2012-03-29 16:15 GaugeDemo\GaugeDemo\AppDelegate.m
文件 171 2012-03-29 16:15 __MACOSX\GaugeDemo\GaugeDemo\._AppDelegate.m
目录 0 2012-03-27 23:38 GaugeDemo\GaugeDemo\en.lproj\
文件 45 2012-03-27 23:38 GaugeDemo\GaugeDemo\en.lproj\InfoPlist.strings
目录 0 2012-03-29 16:21 __MACOSX\GaugeDemo\GaugeDemo\en.lproj\
文件 171 2012-03-27 23:38 __MACOSX\GaugeDemo\GaugeDemo\en.lproj\._InfoPlist.strings
文件 10729 2012-03-29 15:45 GaugeDemo\GaugeDemo\en.lproj\ViewController.xib
文件 132699 2012-03-29 15:27 GaugeDemo\GaugeDemo\gaugeback.png
文件 135830 2012-03-29 15:27 __MACOSX\GaugeDemo\GaugeDemo\._gaugeback.png
文件 793 2012-03-29 14:06 GaugeDemo\GaugeDemo\Gauge.h
文件 171 2012-03-29 14:06 __MACOSX\GaugeDemo\GaugeDemo\._Gauge.h
文件 1209 2012-03-27 23:38 GaugeDemo\GaugeDemo\GaugeDemo-Info.plist
文件 321 2012-03-27 23:38 GaugeDemo\GaugeDemo\GaugeDemo-Prefix.pch
文件 171 2012-03-27 23:38 __MACOSX\GaugeDemo\GaugeDemo\._GaugeDemo-Prefix.pch
文件 346 2012-03-27 23:38 GaugeDemo\GaugeDemo\main.m
文件 171 2012-03-27 23:38 __MACOSX\GaugeDemo\GaugeDemo\._main.m
文件 104 2012-03-27 20:42 GaugeDemo\GaugeDemo\pointer.png
文件 82 2012-03-27 20:42 __MACOSX\GaugeDemo\GaugeDemo\._pointer.png
文件 473 2012-03-29 16:15 GaugeDemo\GaugeDemo\ViewController.h
文件 171 2012-03-29 16:15 __MACOSX\GaugeDemo\GaugeDemo\._ViewController.h
文件 3097 2012-03-28 19:10 GaugeDemo\GaugeDemo\pointer1.png
文件 177 2012-03-28 19:10 __MACOSX\GaugeDemo\GaugeDemo\._pointer1.png
............此处省略28个文件信息
相关资源
- 联想G31主板BIOS
- echarts自定义地图绘制方法
- 仿微信tableviewcell的删除和待办按钮
- ThinkPad笔记本刷BIOS免电池补丁
- 联想笔记本bios密码破解工具
- 联想G31T-LM 最新版BIOS 51KT57A直接上L5
- IOS计算器源代码
- 讯景450.560.474原版BIOS
- iphoneX Axure分层模板,所有原件可随意
- 基于niosII的UART与pC通信设计
- iOS截屏相关头文件
- 自定义ListCtrl控件CustomListCtrl
- 联想m2vle-rh l-vk8m890g BIOS
- 自定义AutoTextView实现公告栏 3D 翻转动
- 通过滑块改变图片透明度
- IDEA插件开发笔记二-弹出一个自定义的
- uClinux-dist-20070130-nios2-02.diff.gz
- ListView 数据绑定、数据汇总及自定义
- Unity_ios_录屏功能ReplayKit一个脚本搞定
- 1602液晶可靠的4位数据线方式驱动_基
- 迪兰战将 574 海力士颗粒 原bios
- gpp补丁ios6.1
- VM虚拟机安装 S7-1507S 1505S 所需的BIOS文
- OSX EI Capitan(10.11.4) VMware虚拟机映像
- ListView自定义Item
- 迪兰恒进R9 270 2GB 原版BIOS
- ios自定义蒙版
- 基于Nios II的电子时钟设计
- 联想刷bios工具
- 微信小程序自定义头部导航
评论
共有 条评论