Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这真的只是好奇,但是 tag 属性有最大值吗?我假设标签是一个 UINT,但我不确定。
“标签”属性是一个 NSInteger。来自 Apple 的文档:
NSInteger 用来描述一个整数。 typedef long NSInteger; 讨论 在构建 32 位应用程序时,NSInteger 是一个 32 位整数。64 位应用程序将 NSInteger 视为 64 位整数。
NSInteger 用来描述一个整数。
typedef long NSInteger; 讨论 在构建 32 位应用程序时,NSInteger 是一个 32 位整数。64 位应用程序将 NSInteger 视为 64 位整数。
最大尺寸为NSIntegerMax. 去吧,打印到控制台。
NSIntegerMax