Skip navigation.
 
mlRe: Cocoa says not KVC compliant
FROM : Chris Suter
DATE : Wed Jul 02 22:34:54 2008

On 03/07/2008, at 3:13 AM, Milen Dzhumerov wrote:

[snip]
> Any hints on why the class is not KVC-compliant? I've read the docs 
> and it seems to satisfy the bullet points listed (moreover it's even 
> declared as @property so the naming of the setters / getters should 
> be alright).


Pointers that are not objects are not supported by KVC. Read

   <http://developer.apple.com/documentation/Cocoa/Conceptual/KeyValueCoding/Concepts/DataTypes.html#//apple_ref/doc/uid/20002171-BAJEAIEE
>

--Chris

Related mailsAuthorDate
mlCocoa says not KVC compliant Milen Dzhumerov Jul 2, 19:13
mlRe: Cocoa says not KVC compliant Alex Wait Jul 2, 21:26
mlRe: Cocoa says not KVC compliant Nathan Vander Wilt Jul 2, 22:33
mlRe: Cocoa says not KVC compliant Chris Suter Jul 2, 22:34
mlRe: Cocoa says not KVC compliant mmalc crawford Jul 2, 23:04