Am I correct in thinking that declaring a NSInteger in an ios environment means it will only ever be a 32bit value?
I would like to know as I have been told by another programmer not familiar with objective c to use a int32, the only similar thing I can find in objective C is the int32_t, _t standing for 'integer type'.. but working with these types is becoming a real pain I feel like I dont have all the control functionally thats offered from objective c like NSInteger seems to get.
Any help would be greatly appreciated.