objective c - Integers in array - Stack Overflow

objective c - Integers in array - Stack Overflow

瀏覽:1390
日期:2025-06-12
2011年3月5日 - NSArray can contain only objects, not primitive types like int, float etc. So you need to wrap them with NSNumber object. For 30 integers you need to ......看更多