1 / 11

Iphone 資料安全組

Iphone 資料安全組. 指導老師 : 溫翔安 組員 : 蘇澄 澔 王偉桐 王暐 勛 王繼寬. HelloWorldViewController.h 程式碼. // HelloWorldViewController.h // HelloWorld #import < UIKit / UIKit.h > @interface HelloWorldViewController : UIViewController { IBOutlet UILabel * lblhelloworld ;

kurt
Download Presentation

Iphone 資料安全組

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Iphone資料安全組 指導老師:溫翔安 組員:蘇澄澔 王偉桐 王暐勛 王繼寬

  2. HelloWorldViewController.h程式碼 //HelloWorldViewController.h //HelloWorld #import <UIKit/UIKit.h> @interface HelloWorldViewController : UIViewController { IBOutletUILabel *lblhelloworld; IBOutletUIButton *lblhelloworld; } -(IBAction)updataLable; @end

  3. HelloWorldViewController.m程式碼 -(void)disReceivMemirWarning{ [super disReceivMemirWarning]; } -(void)viewDidUnload{ } -(void)updataLable{ lblhelloworld.text=@”hello world!!”; } -(void)dealloc { }

  4. 執行後,應該會形成按鍵,但嘗試失敗!!

  5. 無按鍵顯示!!!!???

More Related