优秀比不过别人,那么努力呢?

iOS 成长之路之pch文件

pch文件的导入 :$(SRCROOT)/项目名/pch文件名

 

 

 

pch文件 常用宏定义

屏幕大小

#define ViewWith    [UIScreen mainScreen].bounds.size.width

#define ViewHight    [UIScreen mainScreen].bounds.size.height

适配

#define WithwithView(a)  [UIScreen mainScreen].bounds.size.width/375*a

#define WithwithView(a)  [UIScreen mainScreen].bounds.size.height/568*a

posted @ 2016-05-11 14:11  一只卑微的蚂蚁  阅读(152)  评论(0编辑  收藏  举报