Type Alias

NSInteger

Describes an integer.

Declaration 宣言

iOS, iPadOS, macOS, Mac Catalyst, tvOS

typedef long NSInteger;

watchOS

typedef int NSInteger;

Discussion 解説

When building 32-bit applications, NSInteger is a 32-bit integer. A 64-bit application treats NSInteger as a 64-bit integer.

Topics 話題

Constants 定数

See Also 参照

Numbers