資源簡(jiǎn)介
類似 ios 設(shè)備照片瀏覽,UIScrool 滑動(dòng)查看圖片
代碼片段和文件信息
//
//??AppDelegate.m
//??king
//
//??Created?by?iMac-User4?on?12-5-25.
//??Copyright?(c)?2012年?__MyCompanyName__.?All?rights?reserved.
//
#import?“AppDelegate.h“
#import?“ViewController.h“
@implementation?AppDelegate
@synthesize?window?=?_window;
@synthesize?viewController?=?_viewController;
-?(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];
UINavigationController?*klpController?=?[[UINavigationController?alloc]?initWithRootViewController:self.viewController];
self.window.rootViewController?=?klpController;
????[self.window?makeKeyAndVisible];
[klpController?releas
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-05-25?11:24??king\
?????目錄???????????0??2012-05-25?17:52??king\.git\
?????目錄???????????0??2012-05-25?11:24??king\.git\branches\
?????文件??????????15??2012-05-25?11:24??king\.git\COMMIT_EDITMSG
?????文件?????????111??2012-05-25?11:24??king\.git\config
?????文件??????????73??2012-05-25?11:24??king\.git\desc
?????文件??????????23??2012-05-25?11:24??king\.git\HEAD
?????目錄???????????0??2012-05-25?11:24??king\.git\hooks\
?????文件?????????452??2012-05-25?11:24??king\.git\hooks\applypatch-msg.sample
?????文件?????????896??2012-05-25?11:24??king\.git\hooks\commit-msg.sample
?????文件?????????189??2012-05-25?11:24??king\.git\hooks\post-update.sample
?????文件?????????398??2012-05-25?11:24??king\.git\hooks\pre-applypatch.sample
?????文件????????1704??2012-05-25?11:24??king\.git\hooks\pre-commit.sample
?????文件????????4951??2012-05-25?11:24??king\.git\hooks\pre-reba
?????文件????????1239??2012-05-25?11:24??king\.git\hooks\prepare-commit-msg.sample
?????文件????????3611??2012-05-25?11:24??king\.git\hooks\update.sample
?????文件????????1568??2012-05-25?11:49??king\.git\index
?????目錄???????????0??2012-05-25?11:24??king\.git\info\
?????文件??????????35??2012-05-25?11:24??king\.git\info\exclude
?????目錄???????????0??2012-05-25?17:57??__MACOSX\
?????目錄???????????0??2012-05-25?17:57??__MACOSX\king\
?????目錄???????????0??2012-05-25?17:57??__MACOSX\king\.git\
?????目錄???????????0??2012-05-25?17:57??__MACOSX\king\.git\info\
?????文件?????????171??2012-05-25?11:24??__MACOSX\king\.git\info\._exclude
?????目錄???????????0??2012-05-25?11:24??king\.git\logs\
?????文件?????????176??2012-05-25?11:24??king\.git\logs\HEAD
?????目錄???????????0??2012-05-25?11:24??king\.git\logs\refs\
?????目錄???????????0??2012-05-25?11:24??king\.git\logs\refs\heads\
?????文件?????????176??2012-05-25?11:24??king\.git\logs\refs\heads\master
?????目錄???????????0??2012-05-25?11:49??king\.git\ob
?????目錄???????????0??2012-05-25?11:24??king\.git\ob
............此處省略94個(gè)文件信息
評(píng)論
共有 條評(píng)論