var NSIntegerMax : Int
The maximum value for an
NSInteger
.Availability
Technology
typealias NSInteger = Int
When building 32-bit applications, NSInteger is a 32-bit integer. A 64-bit application treats NSInteger as a 64-bit integer.
var NSIntegerMax : Int
NSInteger
.