-----------------------------------------------------------------
- (IBAction)premi:(id)sender{
NSString *const saluto = @"Hello World";
hello.text = saluto;
}
-----------------------------------------------------------------
{
IBOutlet UILabel *hello;
}
- (IBAction)premi:(id)sender;
Nessun commento:
Posta un commento