• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Core Data Bindings with Table View
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core Data Bindings with Table View


  • Subject: Re: Core Data Bindings with Table View
  • From: "Kyle Sluder" <email@hidden>
  • Date: Mon, 25 Aug 2008 15:43:48 -0400

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:

This email sent to email@hidden

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

  • Prev by Date: call "setContentBorderThickness:forEdge:" in Tiger
  • Next by Date: Re: Core Data Bindings with Table View
  • Previous by thread: Re: Core Data Bindings with Table View
  • Next by thread: Re: Core Data Bindings with Table View
  • Index(es):
    • Date
    • Thread