I realize after all this, it's not really the Dot Syntax I need. I need to know how a property name (starts with lower-case letter) is transliterated into the getter/setter names.

On Jul 18, 2008, at 20:58:35, Rick Mann wrote:

Where is the description of the dot syntax? The top of the Obj-C 2.0 docs (Properties section) refers you "Dot Syntax." A search of ADC turns up the first hit:

The Objective-C 2.0 Programming Language: The Dot Syntax - Size: 24k
... The ... Syntax. Objective-C provides a ... ( . ... Listing 4-5 Accessing properties
using the ... syntax. Graphic *graphic = [[Graphic alloc] init]; ...
http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/ObjectiveC/Articles/
chapter_5_section_4.html

Clicking that link, however, takes you to "Subclassing with Properties".

I have a property named "ep1". I need to implement accessors for it, but they're not getting called. I've tried variations of

setEp1
setep1
setEP1

none of those works.

Any suggestions? TIA,
--
Rick

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/rmann%40latencyzero.com

This email sent to [EMAIL PROTECTED]

--
Rick

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to