Bo Anderson
Bo Anderson
> Related question: what would be a good `-mcpu` value at the moment for this CPU? It isn't quite easy to just guess a close enough CPU from https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html In...
Multipeer streams is something I've not tested yet but if it doesn't work, I will try to add support for it. AudioStreamer does play. When data is received, it is...
Could you give me any example code?
Nope. Last update was in 2012 and the developer is nowhere to be seen. NSJSONSerialization is what most people are using now.
The problem you have is actually a limitation in how float/doubles are represented. There is often very slight inaccuracies in them. See #110.
Yep, probably even more so in iOS 7.
I did the test a few months ago on the same device and got the same result.
Direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass()
A fix is to probably to use something like this: https://github.com/johnezang/JSONKit/commit/5663f2db4664998c5235e1b5a02c70f745177ad3
Direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass()
It's how johnezang did it.