apple:cocoa:start
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| apple:cocoa:start [2015-02-28 10:09] – angelegt a.kamola | apple:cocoa:start [2015-03-09 13:45] (aktuell) – Erweitert a.kamola | ||
|---|---|---|---|
| Zeile 2: | Zeile 2: | ||
| //Cocoa// ist das Standard-Framework von Apple für Programme für [[macosx: | //Cocoa// ist das Standard-Framework von Apple für Programme für [[macosx: | ||
| + | |||
| + | ===== NSTextField ===== | ||
| + | |||
| + | <code objc> | ||
| + | // Set string to NSTextField | ||
| + | |||
| + | [theTextField setStringValue: | ||
| + | |||
| + | // Get string from NSTextField | ||
| + | |||
| + | NSString *myString = [theTextField stringValue]; | ||
| + | </ | ||
| + | |||
| + | Quelle: [[http:// | ||
| + | |||
| + | ===== Links ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
apple/cocoa/start.1425114557.txt.gz · Zuletzt geändert: 2015-02-28 10:09 von a.kamola