• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Binding and dependant keys
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Binding and dependant keys
      • From: Frédéric Testuz <email@hidden>
References: 
 >Binding and dependant keys (From: Frédéric Testuz <email@hidden>)

  • Prev by Date: Binding and dependant keys
  • Next by Date: Re: Binding and dependant keys
  • Previous by thread: Binding and dependant keys
  • Next by thread: Re: Binding and dependant keys
  • Index(es):
    • Date
    • Thread