NSInteger
Describes an integer.
Declaration
typealias NSInteger = IntDiscussion
When building 32-bit applications, NSInteger is a 32-bit integer. A 64-bit application treats NSInteger as a 64-bit integer.
Describes an integer.
typealias NSInteger = IntWhen building 32-bit applications, NSInteger is a 32-bit integer. A 64-bit application treats NSInteger as a 64-bit integer.