• 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
NSArray
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSArray


  • Subject: NSArray
  • From: Nathan <email@hidden>
  • Date: Sun, 01 Jun 2008 20:02:45 -0400

here's my code:

int x;
- (IBAction)addNew:(id)sender {
	NSString *temp = @"Enter Todo Item Here";
    [Items addObject: temp];
	x=[Items count];
	[label setIntValue: x];
	[tableView setDataSource: Items];
	[tableView reloadData];
}

"Items" is a mutable array. "label" is a label for debugging. "tableView" is a tableview. When addNew is called, I want an object with the value of temp added to array "items". Then the tableView needs updating, so that it is displaying all items in the array. The code runs, I know my connections are good, but nothing happens. So I added the label who's connection I also know is good to make sure the items are getting added to the array and they aren't. When the button is pressed, no matter how many times, label always equals zero. What's wrong?
_______________________________________________


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


  • Follow-Ups:
    • Re: NSArray
      • From: Brian Christensen <email@hidden>
    • Re: NSArray
      • From: j o a r <email@hidden>
    • Re: NSArray
      • From: "Jonathan del Strother" <email@hidden>
    • Re: NSArray
      • From: Markus Spoettl <email@hidden>
  • Prev by Date: Re: Hiding NSImageView
  • Next by Date: Re: Hiding NSImageView
  • Previous by thread: Re: Cocoa Programming for Mac OS X 3rd ed Shipping?
  • Next by thread: Re: NSArray
  • Index(es):
    • Date
    • Thread