【发布时间】:2013-08-13 09:08:50
【问题描述】:
*对不起,如果之前已经发布过,但我现在一直在寻找 30 分钟,但找不到任何东西*
嗨,我有一个名为 currentcoins 的 NSInteger,我希望硬币的最大值为 999。我已经尝试了所有方法,包括
#undef NSIntegerMax
#define NSIntegerMax 999
但是 NSInteger 没有注意到这一点。 有没有人有任何解决方案? (我正在为 iOS 做这个)
提前致谢。
【问题讨论】:
标签: iphone xcode ipad max nsinteger