Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSNumber class has been changed by wax #10

Open
IvanChan opened this issue Nov 11, 2015 · 1 comment
Open

NSNumber class has been changed by wax #10

IvanChan opened this issue Nov 11, 2015 · 1 comment

Comments

@IvanChan
Copy link

All NSNumber value in wax will be changed to __NSCFNumber

If I got a var with [NSNumber numberWithBool:], the class should be _NSCFBoolean

Under some circumstance like keychain, the class must be right.

objCType in NSNumber might help.

@intheway
Copy link

it's a bug, all number in lua is transfered to OC by using [NSNumber numberWithDouble:],

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

No branches or pull requests

3 participants
@intheway @IvanChan and others