xcode 2.2 coredata accessors
xcode 2.2 coredata accessors
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