Closed xamoom-raphael closed 8 years ago
I'm very sorry, I made a mistake in my api, so I did not receive the complete json. It's no problem to map a Bool like:
var demo : Bool = false
I close this issue.
You can indeed use value types like Bool, Int, Float etc. The caveat though is that you cannot mark them as optionals. I don't know why exactly, but it doesn't work with Key Value Coding. Also, dynamic
is not needed, the README is out of date.
Hey, I'm just started using Spine and I wonder if it is possible to use native Bool instead of NSNumber?
ATM it looks like this: