上一页 1 ··· 6 7 8 9 10
摘要: Xcode工具插件 1.XAlign 让Xcode编辑器中的代码以多种方式瞬间对齐 地址:https://github.com/qfish/XAlign 2.VVDocumenter-Xcode 在Xcode中使用///来便捷添加所有注释 地址:https://github.com/onevcat/ 阅读全文
posted @ 2014-02-04 21:58 潇湘居士吃火锅 阅读(435) 评论(0) 推荐(0)
摘要: 判断给定的点是否被一个CGRect包含:BOOLcontains=CGRectContainsPoint(CGRectrect,CGPointpoint);判断一个CGRect是否和另一个CGRect重叠BOOLcontains=CGRectContainsRect(CGRectrect1,CGRectrect2);判断两个结构体是否有交错:BOOLcontains =CGRectIntersectsRect(CGRectrect1,CGRectrect2);返回右边缘的坐标:floatfloat_ =CGRectGetMaxX(CGRectrect);返回底部的坐标:floatfloat_ 阅读全文
posted @ 2014-02-01 20:10 潇湘居士吃火锅 阅读(562) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10