cocoansinteger

What is the maximum value of NSInteger?


I need to store the maximum value of an NSInteger into an NSInteger? What is the correct syntax to do it?

Thanks.


Solution

  • The maximum value of an NSInteger is NSIntegerMax.