Trouble with NSTextField in Swift using xcode 6.1 (OSX) -
i started swift not objective c. can teach me how , set nstextfield in swift using xcode 6.1 under osx? you , set value of nstextfield stringvalue property. instance, if have @iboutlet in app: @iboutlet weak var textfield: nstextfield! getting value: println("textfield \(textfield.stringvalue)") setting value: textfield.stringvalue = "this string"