資源簡(jiǎn)介
指南針 ios做的
代碼片段和文件信息
//
//??AppDelegate.m
//??DjCompass
//
//??Created?by?杜?甲?on?13-1-28.
//??Copyright?(c)?2013年?杜?甲.?All?rights?reserved.
//
#import?“AppDelegate.h“
#import?“ViewController.h“
@implementation?AppDelegate
-?(void)dealloc
{
????[_window?release];
????[_viewController?release];
????[super?dealloc];
}
-?(BOOL)application:(UIApplication?*)application?didFinishLaunchingWithOptions:(NSDictionary?*)launchOptions
{
????self.window?=?[[[UIWindow?alloc]?initWithframe:[[UIScreen?mainScreen]?bounds]]?autorelease];
????//?Override?point?for?customization?after?application?launch.
????self.viewController?=?[[[ViewController?alloc]?initWithNibName:@“ViewController“?bundle:nil]?autorelease];
????self.window.rootViewController?=?self.viewController;
????[self.window?makeKeyAndVisible];
????return?YES;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-01-28?15:27??DjCompass\
?????文件????????6148??2013-06-28?20:09??DjCompass\.DS_Store
?????目錄???????????0??2013-06-28?20:10??__MACOSX\
?????目錄???????????0??2013-06-28?20:10??__MACOSX\DjCompass\
?????文件??????????82??2013-06-28?20:09??__MACOSX\DjCompass\._.DS_Store
?????目錄???????????0??2013-06-28?20:09??DjCompass\.git\
?????目錄???????????0??2013-01-28?15:20??DjCompass\.git\branches\
?????文件??????????15??2013-01-28?15:20??DjCompass\.git\COMMIT_EDITMSG
?????文件?????????111??2013-01-28?15:20??DjCompass\.git\config
?????文件??????????73??2013-01-28?15:20??DjCompass\.git\desc
?????文件??????????23??2013-01-28?15:20??DjCompass\.git\HEAD
?????目錄???????????0??2013-01-28?15:20??DjCompass\.git\hooks\
?????文件?????????452??2013-01-28?15:20??DjCompass\.git\hooks\applypatch-msg.sample
?????文件?????????896??2013-01-28?15:20??DjCompass\.git\hooks\commit-msg.sample
?????文件?????????189??2013-01-28?15:20??DjCompass\.git\hooks\post-update.sample
?????文件?????????398??2013-01-28?15:20??DjCompass\.git\hooks\pre-applypatch.sample
?????文件????????1704??2013-01-28?15:20??DjCompass\.git\hooks\pre-commit.sample
?????文件????????4951??2013-01-28?15:20??DjCompass\.git\hooks\pre-reba
?????文件????????1239??2013-01-28?15:20??DjCompass\.git\hooks\prepare-commit-msg.sample
?????文件????????3611??2013-01-28?15:20??DjCompass\.git\hooks\update.sample
?????文件????????1528??2013-02-14?08:29??DjCompass\.git\index
?????目錄???????????0??2013-01-28?15:20??DjCompass\.git\info\
?????文件??????????35??2013-01-28?15:20??DjCompass\.git\info\exclude
?????目錄???????????0??2013-06-28?20:10??__MACOSX\DjCompass\.git\
?????目錄???????????0??2013-06-28?20:10??__MACOSX\DjCompass\.git\info\
?????文件?????????171??2013-01-28?15:20??__MACOSX\DjCompass\.git\info\._exclude
?????目錄???????????0??2013-01-28?15:20??DjCompass\.git\logs\
?????文件?????????161??2013-01-28?15:20??DjCompass\.git\logs\HEAD
?????目錄???????????0??2013-01-28?15:20??DjCompass\.git\logs\refs\
?????目錄???????????0??2013-01-28?15:20??DjCompass\.git\logs\refs\heads\
?????文件?????????161??2013-01-28?15:20??DjCompass\.git\logs\refs\heads\master
............此處省略96個(gè)文件信息
評(píng)論
共有 條評(píng)論