QQ聊天窗口布局笔记-15-05-17

——[UIScreen mainScreen].bound 得到主屏幕的rect

——MAX(A,B) 系统自带的宏定义,用来得出A,B两数中的最大值

——清除颜色 [UIColor clearColor]  

——RGB里德数值都要除以255,都是0~1内的数值   巧妙运用头文件,从而实现#define 灵活调用

拉伸图片的方法(normal为要拉伸的图片文件)

 ——[normal stretchableImageWithLeftCapWidth:<#(NSInteger)#> topCapHeight:<#(NSInteger)#>];        

 —— [normal resizableImageWithCapInsets:<#(UIEdgeInsets)#> resizingMode:<#(UIImageResizingMode)#>];

工具类可以通过创建系统类的分类,或者类Tool

原文地址:https://www.cnblogs.com/tusiji7/p/4510695.html