• 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: Chapter 6 Challenge Help!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Chapter 6 Challenge Help!


  • Subject: Re: Chapter 6 Challenge Help!
  • From: David Owens II <email@hidden>
  • Date: Thu, 17 Jul 2008 20:15:38 -0700

The solutions to the challenges aren't on there, only the solutions to the code you write in the chapters.

Eric... not sure what you're stuck with, care to be more specific?

-David

On Jul 17, 2008, at 4:41 PM, Alex Heinz wrote:

Hi Eric,

I'm also just starting out with Cocoa on Hillegass' book, and I found it helpful to know that solutions to all his challenges are available on the website:
http://www.bignerdranch.com/products.shtml


Good luck!
Alex

On Jul 16, 2008, at 8:33 PM, Eric Lee wrote:

First of all, I'm' new to cocoa, so I'm a beginner that just started. I'm trying to make the To-Do list on Chapter 6 from Aaron's new book, Cocoa Programming for Mac OS X Third Edition.

I've made an NSMutableArray, set the data source of the NSTableView to AppController, made an IBACTION and connected it to a Button, made a text field, and connected the AppController and the text field, and made an outlet for the table view, and connected it to the app controller.

For the .m file, I used:

NSString *string = [textField stringValue];
[array insertObject:string atIndex:0];

Then I got stuck....


Help please?

_______________________________________________

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

_______________________________________________

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: 
 >Chapter 6 Challenge Help! (From: Eric Lee <email@hidden>)
 >Re: Chapter 6 Challenge Help! (From: Alex Heinz <email@hidden>)

  • Prev by Date: NOT or NONE in NSPredicate
  • Next by Date: Re: Toolbar code in separate Controller?
  • Previous by thread: Re: Chapter 6 Challenge Help!
  • Next by thread: examining images
  • Index(es):
    • Date
    • Thread