• 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: Accessing members from NSDictionary
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Accessing members from NSDictionary


  • Subject: Re: Accessing members from NSDictionary
  • From: Pax <email@hidden>
  • Date: Fri, 05 Apr 2013 15:06:52 +0100

…And how would I make '@property (assign, nonatomic) NSWindow* iWindow;'  an IBOutlet so that I can hook it up to my window in interface builder?

On 5 Apr 2013, at 15:00, Tom Davie <email@hidden> wrote:

> The reason it's a bad idea is because it means that you have two strongly coupled components of code.  You can not change the implementation of the class with the ivar, without also changing the implementation of the other class now.
>
> I don't really understand your argument about lines of code or readability, you would be replacing
>
> someObject->someIvar = 56.9f;
>
> with
>
> someObject.someProperty = 56.9f;
>
> and
>
> {
>    float someIvar;
> }
>
> with
>
> @property (assign, nonatomic) float someProperty;
>
> So neither is really true.
>
> Thanks
>
> Tom Davie

_______________________________________________

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


  • Follow-Ups:
    • Re: Accessing members from NSDictionary
      • From: Tom Davie <email@hidden>
References: 
 >Accessing members from NSDictionary (From: Pax <email@hidden>)
 >Re: Accessing members from NSDictionary (From: Mike Abdullah <email@hidden>)
 >Re: Accessing members from NSDictionary (From: Pax <email@hidden>)
 >Re: Accessing members from NSDictionary (From: Tom Davie <email@hidden>)

  • Prev by Date: Re: Accessing members from NSDictionary
  • Next by Date: Re: Accessing members from NSDictionary
  • Previous by thread: Re: Accessing members from NSDictionary
  • Next by thread: Re: Accessing members from NSDictionary
  • Index(es):
    • Date
    • Thread