• 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: Bindings to display an NSArray of NSStrings as a single NSString?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bindings to display an NSArray of NSStrings as a single NSString?


  • Subject: Re: Bindings to display an NSArray of NSStrings as a single NSString?
  • From: Dustin Robert Kick <email@hidden>
  • Date: Tue, 05 Aug 2008 20:12:02 -0500

yes, indeed, that does seem to be the simplest solution, thanks.


Dustin KC9MEL


On Aug 5, 2008, at 8:14 AM, Hamish Allan wrote:

On Mon, Aug 4, 2008 at 6:32 PM, Dustin Robert Kick <email@hidden > wrote:

This seems like it would be common enough, to me, that it would have
bindings for it.

You could add a category to NSArray...

@implementation NSArray (ArrayOfStringsAsSingleString)
- (NSString *)arrayOfStringsAsSingleString { return [self
componentsJoinedByString:@", "]; }
@end

...and then bind to "values.arrayOfStringsAsSingleString".

Hamish

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Bindings to display an NSArray of NSStrings as a single NSString? (From: Dustin Robert Kick <email@hidden>)
 >Re: Bindings to display an NSArray of NSStrings as a single NSString? (From: "Hamish Allan" <email@hidden>)

  • Prev by Date: Re: indexed accessor properties and NSArray/NSMutableArray's
  • Next by Date: handling idle events
  • Previous by thread: Re: Bindings to display an NSArray of NSStrings as a single NSString?
  • Next by thread: Message Framework and Garbage Collection
  • Index(es):
    • Date
    • Thread