Re: AddressBook issues
Re: AddressBook issues
- Subject: Re: AddressBook issues
- From: Henri Lamiraux <email@hidden>
- Date: Tue, 11 Feb 2003 07:47:25 -0800
Also, aside from the missing -init are you sure you want to allocate a
new controller (and I suppose a new backingStore) every time you create
a new entry.....
On Monday, February 10, 2003, at 07:24 PM, Hasan Diwan wrote:
>
- (void)newEntry {
>
// add entry to the backingStore
>
NSString *k = [self getFullName]; // defined below
>
NSString *kValue = [self description]; // overridden below
>
[[[[Controller alloc] backingStore] autorelease] setObject:kValue
>
forKey:k];
>
}
>
Henri Lamiraux
Engineering Manager
User Interface Tools Group
Apple
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.