ksuther
Registered
How do I put numbers into a mutable array? It just gives me a warning of passing arg 1 of 'addObject:' from incompatible pointer type
The code looks like this:
temp = [string substringWithRange:tempRange];
tempInt = [temp intValue];
[freeSpaceArray addObject:tempInt];
Any ideas?
The code looks like this:
temp = [string substringWithRange:tempRange];
tempInt = [temp intValue];
[freeSpaceArray addObject:tempInt];
Any ideas?
