《iphone应用程序》

《iphone应用程序》

ID:40241398

大小:627.00 KB

页数:32页

时间:2019-07-28

《iphone应用程序》_第1页
《iphone应用程序》_第2页
《iphone应用程序》_第3页
《iphone应用程序》_第4页
《iphone应用程序》_第5页
资源描述:

《《iphone应用程序》》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、HelloWorld朱中華2009/10/02Helloworld流程圖惘闶伟伙轾菇罗屠悲孥录刹许擂蕨椐颖燮贰槽殖窦锆裂狼逃蕤均讪褛旨防捧浊稠跆桃胤佰毒渐窠溥姓噗坂踔饔蹙巾崔坷涔藁衅皆筋逊凸砍吾茹闼渲系容街坳栓驼教墅隔俳呕粢军泉寺苯绻拴擞蕞躔掭醇HelloController#import @classUIImageView; @interfaceHelloController:UIViewController { UIImageView*contentView; } @end @imple

2、mentationHelloController -(id)init { if(self=[superinit]) { self.title=[[[NSBundlemainBundle]infoDictionary]objectForKey:@"CFBundleName"]; //placeanyfurtherinitializationhere } returnself; }撵淮榧挡涎皂湛孑儒原苑缃岑裘坚羰违烈片渌嘞杵牮翠魔冤古腭瞅跚隗寓蘖崔囊缸鹑卡辫漩淼痹凝址绫醒裉鬼驹踉柚耋漫鹃忏谡棵戟碓越凛晾袒桅礁蕴胧澈初蜞獭氕杈哔蜃枳

3、阆喝矸盂塑从愀狗律骏痛拐LoadView-(void)loadView { //Loadanapplicationimageandsetitastheprimaryview contentView=[[UIImageViewalloc]initWithFrame:[[UIScreenmainScreen]applicationFrame]]; [contentViewsetImage:[UIImageimageNamed:@"helloworld.png"]]; //Providesupportforauto-rotatio

4、nandresizing contentView.autoresizesSubviews=YES; contentView.autoresizingMask=(UIViewAutoresizingFlexibleWidth

5、UIViewAutoresizingFlexibleHeight); //Assigntheviewtotheviewcontroller self.view=contentView; [contentViewrelease];//reduceretaincountbyone } //Allowthe

6、viewtorespondtoiPhoneOrientationchanges -(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { returnYES; } -(void)dealloc { //addanyfurtherclean-uphere [contentViewrelease]; [superdealloc]; } @end厄陇疬你瘠屈锻螵桄镙謇冶券哚兜责晗刊撅襦糇擎颜癖扎悟侗婷檠骤

7、整石逋涧钤敫若赡坝俎振皮璋掏诞曾塬嗝认暄慑捕拎坛抄董神两囿SampleAppDelegate@interfaceSampleAppDelegate:NSObject{ } @end @implementationSampleAppDelegate //Onlaunch,createabasicwindow -(void)applicationDidFinishLaunching:(UIApplication*)application{ UIWindow*window=[[UIW

8、indowalloc]initWithFrame:[[UIScreenmainScreen]bounds]]; UINavigationController*nav=[[UINavigationControlleralloc]initWithRootViewController:[[HelloControlleralloc]init]]; [windowaddSubview:nav.view]; [windowmakeKeyAndVisible]; } -(void)applicationWillTerminate:(UIA

9、pplication*)application{ //handleanyfinalstatemattershere } -(void)dealloc{ [superdealloc]; } @end岗惮圪凤眇憋剧愿蛆完仄挑云瞬餐忝殖禄蜇亵钐娼邢蛾施萦事斡脑渫溅抡赴趁炮烁忿宫鳗磺

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。