-4

I was wondering how do you set a textfields text in XCode Objective - C.

jrturton
  • 118,105
  • 32
  • 252
  • 268

1 Answers1

4
[myTextField setStringValue: @"a string or an NSString object"];
Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140