Iphone 資料安全組
DESCRIPTION
Iphone 資料安全組. 指導老師 : 溫翔安 組員 : 蘇澄 澔 王偉桐 王暐 勛 王繼寬. HelloWorldViewController.h 程式碼. // HelloWorldViewController.h // HelloWorld #import < UIKit / UIKit.h > @interface HelloWorldViewController : UIViewController { IBOutlet UILabel * lblhelloworld ;
1 / 11
Télécharger la présentation
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
Iphone資料安全組 指導老師:溫翔安 組員:蘇澄澔 王偉桐 王暐勛 王繼寬
HelloWorldViewController.h程式碼 //HelloWorldViewController.h //HelloWorld #import <UIKit/UIKit.h> @interface HelloWorldViewController : UIViewController { IBOutletUILabel *lblhelloworld; IBOutletUIButton *lblhelloworld; } -(IBAction)updataLable; @end
HelloWorldViewController.m程式碼 -(void)disReceivMemirWarning{ [super disReceivMemirWarning]; } -(void)viewDidUnload{ } -(void)updataLable{ lblhelloworld.text=@”hello world!!”; } -(void)dealloc { }
More Related