• 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: where have all the IVARS gone? (long time passing...)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: where have all the IVARS gone? (long time passing...)


  • Subject: Re: where have all the IVARS gone? (long time passing...)
  • From: Bill Bumgarner <email@hidden>
  • Date: Fri, 7 Jul 2006 09:50:38 -0700

On Jul 7, 2006, at 9:29 AM, Vinay Prabhu wrote:
you can have the instance variables hidden in the implementation file (i.e,
.m files),


using the header
@interface <class name> (Private)
iVars...
@end

That is incorrect.

The above doesn't make any sense. It would imply that the instance variables are in a category, which is not possible.

Read the Objective-C documentation; available both on your system and at the Apple developer web site.

http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/ index.html

Defining a Class:

http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/ Articles/chapter_4_section_5.html#//apple_ref/doc/uid/TP30001163-CH7- BAJFFBGI

Categories:

http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/ Articles/chapter_4_section_7.html#//apple_ref/doc/uid/TP30001163-CH7- TPXREF138


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >RE: where have all the IVARS gone? (long time passing...) (From: Vinay Prabhu <email@hidden>)

  • Prev by Date: How do I display RTF Data?
  • Next by Date: Re: How do I display RTF Data?
  • Previous by thread: RE: where have all the IVARS gone? (long time passing...)
  • Next by thread: Re: where have all the IVARS gone? (long time passing...)
  • Index(es):
    • Date
    • Thread