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.
问题是这样的: Objective-C 中的常量
所以我们在 .h 文件中声明一次常量,并在 .m 中设置它的值
有没有办法声明常量并同时定义它?
我的意思是真正的常数,而不是宏(虽然宏也很好,而且速度更快,而且没有任何缺点)
关于什么
#define MY_CONSTANT 9
希望这会奏效
#define MY_VALUE 165.0