FROM : Johan Kool
DATE : Thu Jan 24 09:16:21 2008
Hello Steven,
> I'm getting an error when trying to modify a textfield that is
> attempting to change the value of the main phone number label in
> address book:
My guess would be that [person valueForProperty:kABPhoneProperty]
returns an immutable object. Try using mutableCopy.
Johan
DATE : Thu Jan 24 09:16:21 2008
Hello Steven,
> I'm getting an error when trying to modify a textfield that is
> attempting to change the value of the main phone number label in
> address book:
My guess would be that [person valueForProperty:kABPhoneProperty]
returns an immutable object. Try using mutableCopy.
Johan
| Related mails | Author | Date |
|---|---|---|
| Steven Crosley | Jan 23, 15:44 | |
| Johan Kool | Jan 24, 09:16 |






Cocoa mail archive

