Dot Syntax docs missing?
Dot Syntax docs missing?
- Subject: Dot Syntax docs missing?
- From: Rick Mann <email@hidden>
- Date: Fri, 18 Jul 2008 20:58:35 -0700
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 (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