Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core Data Bindings with Table View



On Mon, Aug 25, 2008 at 3:20 PM, John Joyce
<email@hidden> wrote:
> The thing that worries me most about Bindings though, is the same thing that
> worries me about Objective-C 2.0 Properties;
> neither one has great debugging options that I can see...

What do you mean "great debugging options"?  Are you referring to the
debugging experience?  In this case, I'd agree with you on bindings,
but as for properties, there is really nothing special to debug.
Properties are just a way to systematically define getters and
setters, and provide a little bit more metadata about them.
`@property(copy) NSString* foo` is really and truly no different from
saying `-(NSString *)foo; -void setFoo:(NSString *)aFoo;` from a
debugging perspective.

--Kyle Sluder
_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden

References: 
 >Re: Core Data Bindings with Table View (From: John Joyce <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.