資源簡介
仿糗事百科,僅供參考學(xué)習(xí)
代碼片段和文件信息
//
//??AppDelegate.m
//??NetDemo
//
//??Created?by?海鋒?周?on?12-6-6.
//??Copyright?(c)?2012年?__MyCompanyName__.?All?rights?reserved.
//
#import?“AppDelegate.h“
#import?“MainViewController.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?=?[[[MainViewController?alloc]?initWithNibName:@“MainViewController“?bundle:nil]?autorelease];
????//[[[ViewC
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-09-11?14:32??qiushibaike\
?????文件????????6148??2012-06-10?16:26??qiushibaike\.DS_Store
?????目錄???????????0??2012-09-11?14:32??__MACOSX\
?????目錄???????????0??2012-09-11?14:32??__MACOSX\qiushibaike\
?????文件?????????229??2012-06-10?16:26??__MACOSX\qiushibaike\._.DS_Store
?????文件??????295297??2012-06-06?18:21??qiushibaike\Default.png
?????文件?????????229??2012-06-06?18:21??__MACOSX\qiushibaike\._Default.png
?????文件????????7082??2012-01-25?18:28??qiushibaike\Icon.png
?????文件?????????229??2012-01-25?18:28??__MACOSX\qiushibaike\._Icon.png
?????文件???????19447??2012-01-25?18:28??qiushibaike\Icon@2x.png
?????文件?????????229??2012-01-25?18:28??__MACOSX\qiushibaike\._Icon@2x.png
?????目錄???????????0??2012-09-11?14:32??qiushibaike\NetDemo\
?????文件???????12292??2012-06-08?11:17??qiushibaike\NetDemo\.DS_Store
?????目錄???????????0??2012-09-11?14:32??__MACOSX\qiushibaike\NetDemo\
?????文件?????????229??2012-06-08?11:17??__MACOSX\qiushibaike\NetDemo\._.DS_Store
?????文件?????????380??2012-06-11?16:30??qiushibaike\NetDemo\AppDelegate.h
?????文件?????????280??2012-06-11?16:30??__MACOSX\qiushibaike\NetDemo\._AppDelegate.h
?????文件????????2618??2012-06-11?16:30??qiushibaike\NetDemo\AppDelegate.m
?????文件?????????280??2012-06-11?16:30??__MACOSX\qiushibaike\NetDemo\._AppDelegate.m
?????文件?????????590??2012-06-11?16:29??qiushibaike\NetDemo\Comments.h
?????文件?????????280??2012-06-11?16:29??__MACOSX\qiushibaike\NetDemo\._Comments.h
?????文件?????????982??2012-06-11?16:30??qiushibaike\NetDemo\Comments.m
?????文件?????????280??2012-06-11?16:30??__MACOSX\qiushibaike\NetDemo\._Comments.m
?????文件?????????730??2012-06-11?16:34??qiushibaike\NetDemo\CommentsCell.h
?????文件?????????280??2012-06-11?16:34??__MACOSX\qiushibaike\NetDemo\._CommentsCell.h
?????文件????????3101??2012-06-11?16:34??qiushibaike\NetDemo\CommentsCell.m
?????文件?????????280??2012-06-11?16:34??__MACOSX\qiushibaike\NetDemo\._CommentsCell.m
?????文件?????????968??2012-06-11?16:42??qiushibaike\NetDemo\CommentsViewController.h
?????文件?????????280??2012-06-11?16:42??__MACOSX\qiushibaike\NetDemo\._CommentsViewController.h
?????文件???????13299??2012-06-12?18:47??qiushibaike\NetDemo\CommentsViewController.m
?????文件?????????280??2012-06-12?18:47??__MACOSX\qiushibaike\NetDemo\._CommentsViewController.m
............此處省略674個文件信息
- 上一篇:ios 完美布局,很方便,超強(qiáng)大
- 下一篇:ocr光字符識別
評論
共有 條評論