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
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 mails | Author | Date |
|---|---|---|
| Milen Dzhumerov | Jul 2, 19:13 | |
| Alex Wait | Jul 2, 21:26 | |
| Nathan Vander Wilt | Jul 2, 22:33 | |
| Chris Suter | Jul 2, 22:34 | |
| mmalc crawford | Jul 2, 23:04 |






Cocoa mail archive

