I have a managed array of ints, let's call it int[] intArray, and I'm trying to create an NSArray of NSNumbers from it. What's the easiest way to do that?
I have a managed array of ints, let's call it int[] intArray, and I'm trying to create an NSArray of NSNumbers from it. What's the easiest way to do that?