The delegate you are referring to is specifying the code for the button's touch event, so no you cannot just type label.Text="Hello iPhone!";
moobookpro 1 year ago
do you really need to delegate it to change the label or can you just type label.Text = "Hello World!";
krazyjakee 1 year ago
Awesome work. Thanks for the clear step-by-step instructions.
ansjostr 2 years ago
The delegate you are referring to is specifying the code for the button's touch event, so no you cannot just type label.Text="Hello iPhone!";
moobookpro 1 year ago
do you really need to delegate it to change the label or can you just type label.Text = "Hello World!";
krazyjakee 1 year ago
Awesome work. Thanks for the clear step-by-step instructions.
ansjostr 2 years ago