Re: where have all the IVARS gone? (long time passing...)
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