在开发中很多人喜欢使用宏定义,但宏定义也有很多缺点。
下面看stackoverflow达人们如果解决常量问题。
1 | struct CGSize { |
Fields width A width value. height A height value.
1 | const CGSize CGSizeZero; |
e.g
1 | static const CGSize pageSize = {320, 480}; |
各种方法,很有意思
http://stackoverflow.com/questions/538996/constants-in-objectivec
http://stackoverflow.com/questions/26252233/global-constants-file-in-swift