I'd like to have something like this in my class:
@property(readonly) *NSArray myArray;
But I don't want any of the individual objects in the array to be
modified, so I'd like to return a copy of the array. Is there a way of
getting @synthesise to ensure this? Or do I need to write my own
getter method?
_______________________________________________
Cocoa-dev mailing list ([email protected])
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]