Here is my program, I have a label, an input text field, and a button. I want to type in some text in the input field, and when I click the button, have the label display the text.
I just can't get this to work I got
But I have no clue what to do for the input field...
This is probably child's play for most people, but I am extremely new to this so any and all help Is appreciated!
I just can't get this to work I got
Code:
- (IBAction)Press:(id)sender {
[Display setStringValue:@"Hello World"];
}
But I have no clue what to do for the input field...
This is probably child's play for most people, but I am extremely new to this so any and all help Is appreciated!