Re: Binding and dependant keys
Re: Binding and dependant keys
- Subject: Re: Binding and dependant keys
- From: Peter Schmidt <email@hidden>
- Date: Sat, 13 Nov 2004 12:28:01 +0100
Am 13.11.2004 um 11:58 schrieb Frédéric Testuz:
- (NSString *)fullName
{
return [lastName stringByAppendingFormat:@", ", firstName];
}
This doesn't work. It musst be:
return [lastName stringByAppendingFormat:@",
%@", firstName];
Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden