NSIntegerMax
The maximum value for an
NSInteger
.NSIntegerMin
The minimum value for an
NSInteger
.Availability
Technology
iOS, iPadOS, macOS, Mac Catalyst, tvOS
typedef long NSInteger;
watchOS
typedef int NSInteger;
When building 32-bit applications, NSInteger is a 32-bit integer. A 64-bit application treats NSInteger as a 64-bit integer.
NSIntegerMax
NSInteger
.NSIntegerMin
NSInteger
.NSUInteger
NSDecimal
NSDecimalNumber
NSNumber
NSNumberFormatter