emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
| m (→Accessors) | m (→Key/Value) | ||
| Line 65: | Line 65: | ||
| Vorteile von Key-Value-Coding | == Vorteile von Key-Value-Coding == | ||
| * Keine benannten Selektoren (nur valueForKey: und setValue:forKey:) | * Keine benannten Selektoren (nur valueForKey: und setValue:forKey:) | ||
| * Sämtliche Cocoa-Collections (NSArray, NSDictionary...) benutzen KVC | * Sämtliche Cocoa-Collections (NSArray, NSDictionary...) benutzen KVC | ||
| * Bindings (nicht verfügbar in iPhone OS <= 3.0) funktionieren mit KVC | * Bindings (nicht verfügbar in iPhone OS <= 3.0) funktionieren mit KVC | ||
| * Ideal für dynamisch synthetisierte Methoden | * Ideal für dynamisch synthetisierte Methoden | ||
| == Links == | == Links == | ||