I am very new to Objective-C. I know C and C++ but Objective-C has quite the learning curve. Anyway, is there a shorter way (possibly by some kind of NSNumber literal if suc
You don't have to allocate and initialise, NSNumber provides a convenience method to do that:
NSNumber
[Tyler setArms:[NSNumber numberWithInt:1]];