• 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: Protocol for Table View Trouble
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Protocol for Table View Trouble


  • Subject: Re: Protocol for Table View Trouble
  • From: Corbin Dunn <email@hidden>
  • Date: Wed, 06 Aug 2008 08:20:00 -0700

In addition to what the others said:

On Aug 5, 2008, at 10:43 PM, Eric Lee wrote:

I've been having trouble implementing some protocols for table view. I just copied and pasted from my other code into this .m file, changed the variables so that it matched the variables in the .h file, but it has 6 errors, and I can't find out why!

Here's the .m file:

#import "drawerTableView.h"

@implementation drawerTableView

You should follow the Cocoa convention in naming your classes (ie: CamelCap them), and this will help avoid problems where you are mixing up class names with variable names.


corbin
_______________________________________________

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: 
 >Protocol for Table View Trouble (From: Eric Lee <email@hidden>)

  • Prev by Date: Re: remove elements during the iteration on NSMutableDictionary
  • Next by Date: Re: Protocol for Table View Trouble
  • Previous by thread: Re: Protocol for Table View Trouble
  • Next by thread: Re: Protocol for Table View Trouble
  • Index(es):
    • Date
    • Thread