Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Support for primitive C-style tyles #63

Open
jklimke opened this issue Dec 9, 2013 · 2 comments
Open

Support for primitive C-style tyles #63

jklimke opened this issue Dec 9, 2013 · 2 comments

Comments

@jklimke
Copy link

jklimke commented Dec 9, 2013

Hi,

i noticed that there is a support for c-style types (e.g. Properties like BOOL, char, short, double ...etc

Is this true ? Why should i use encapsulated NSNumber types ? Is there a reason why this is not documented up to now ? Otherwise i would like to add some sentences about the possibility to use primitive typed propterties

@AlexDenisov
Copy link
Owner

Hi, @jklimke.
You're able to use primitive types, but under the hood they will be boxed/unboxed into NSNumber.

@jklimke
Copy link
Author

jklimke commented Dec 9, 2013

Thank you, this eases handling, e.g., double typed properties a lot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants