• 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: Storm in a water glass? (Was: Table View Blues (summary))
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Storm in a water glass? (Was: Table View Blues (summary))


  • Subject: Re: Storm in a water glass? (Was: Table View Blues (summary))
  • From: Scott Anguish <email@hidden>
  • Date: Thu, 21 Nov 2002 15:45:12 -0500

[employees removeObjectsInArray:peopleToRemove];


Incidently.. this is hardly an efficient manner to delete all the items in an array. Each item has to be searched for in the array, then removed, and this will iterate over all the peopleToRemove...

Try instead -removeAllObjects...
_______________________________________________
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.

  • Follow-Ups:
    • Re: Storm in a water glass? (Was: Table View Blues (summary))
      • From: "Rixster @ Rixstep" <email@hidden>
References: 
 >Storm in a water glass? (Was: Table View Blues (summary)) (From: email@hidden)

  • Prev by Date: Re: Storm in a water glass? (Was: Table View Blues (summary))
  • Next by Date: Re: Newbie question: chrash on [tableview reloadData]
  • Previous by thread: Re: Storm in a water glass? (Was: Table View Blues (summary))
  • Next by thread: Re: Storm in a water glass? (Was: Table View Blues (summary))
  • Index(es):
    • Date
    • Thread