• 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
Performance of NSArrayController update with Display Pattern bindings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Performance of NSArrayController update with Display Pattern bindings


  • Subject: Performance of NSArrayController update with Display Pattern bindings
  • From: Grant Christensen <email@hidden>
  • Date: Fri, 22 Jan 2010 23:10:51 +1000

Hi all,

Are their any known performance limitations with display pattern bindings when updating the data in the underlying arraycontroller?

I have two fields in a table that use them, and they concatenate three values together, so each of the two fields is using three display patterns with a concatenation of:
	%{value1}@ - %{value2}@ - %{value3}@

I have around rows in the table, and when I call out to update the data again, I remove all rows and re-insert all rows using:
	[[self mutableArrayValueForKey:@"mutArray"] removeAllObjects];
	[[self mutableArrayValueForKey:@"pilots"] addObjectsFromArray:arr];

It hangs each time I do the update if I have the display pattern bindings. If I remove them, no problem.  Anyone experienced this before?

regards,

---
Grant Christensen




_______________________________________________

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

  • Prev by Date: Re: CALayer resizing puzzle
  • Next by Date: How to avoid launching the same application multiple times?
  • Previous by thread: Re: NSNumberFormatter question - showing mixed state
  • Next by thread: How to avoid launching the same application multiple times?
  • Index(es):
    • Date
    • Thread