====== Cocoa ====== //Cocoa// ist das Standard-Framework von Apple für Programme für [[macosx:start|MacOS X]]. ===== NSTextField ===== // Set string to NSTextField [theTextField setStringValue:@"Hello World!"]; // Get string from NSTextField NSString *myString = [theTextField stringValue]; Quelle: [[http://stackoverflow.com/questions/985177/how-to-get-value-from-nstextfield|Stack Overflow: Get Value From NSTextField]] ===== Links ===== * [[https://www.cocoacontrols.com/|Cocoa Controls]] * [[http://cocoadocs.org/|CocoaDocs]] * [[http://cocoapods.org/|CocoaPods]]