• 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: access multiple NSTextFields as an array?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: access multiple NSTextFields as an array?


  • Subject: Re: access multiple NSTextFields as an array?
  • From: Leonardo <email@hidden>
  • Date: Tue, 21 Dec 2010 16:11:32 +0100
  • Thread-topic: access multiple NSTextFields as an array?

You can quickly iterate (and read) the array that way

for(NSTextField* aField in fieldsArray){
    [aField  doSomething];
}

So you don't need to count the items and iterate.

Regards
-- Leonardo


_______________________________________________

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: Recovering from a merge conflict
  • Next by Date: Re: Performance: Drawing hundreds of short text strings
  • Previous by thread: Re: access multiple NSTextFields as an array?
  • Next by thread: NSKeyedArchiver on iOS and Cocoa
  • Index(es):
    • Date
    • Thread