[textField stringValue]
gets the contents of the field.[textField setString:@"some text"]
updates the field.Of course, there's always Key-Value Coding and Key-Value Observing if you want to make it harder on yourself...
[textField stringValue]
gets the contents of the field.[textField setString:@"some text"]
updates the field.
No comments:
Post a Comment