I need to store the maximum value of an NSInteger into an NSInteger? What is the correct syntax to do it?
Thanks.
The maximum value for an NSInteger is NSIntegerMax
NSIntegerMax
(from Foundation Constants Reference)