• 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
xcode 2.2 coredata accessors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xcode 2.2 coredata accessors


  • Subject: xcode 2.2 coredata accessors
  • From: "email@hidden" <email@hidden>
  • Date: Mon, 14 Nov 2005 12:09:46 +0100

Hi

In Xcode 2.1, accessors for numeric values automatically created by xcode from the core data model with "Copy Method Implementations" were like
(float)mynumber
(int)mynumber


Xcode 2.2 now creates accessors which are all
(NSNumber *)mynumber

Should I replace all my previous int/float accessors with the new NSNumber* accessors or do they still perform as well as before?

Thanks
Pierre
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: xcode 2.2 coredata accessors
      • From: Miguel Sanchez <email@hidden>
  • Prev by Date: Re: abbreviation question...
  • Next by Date: Re: Setting double action from NSCell
  • Previous by thread: Re: abbreviation question...
  • Next by thread: Re: xcode 2.2 coredata accessors
  • Index(es):
    • Date
    • Thread