02 2016 档案

iOS 开发切割圆角图片
摘要:static void addRoundedRectToPath(CGContextRef context, CGRect rect, float ovalWidth, float ovalHeight){ float fw, fh; if (ovalWidth == 0 || ovalHeight 阅读全文

posted @ 2016-02-26 17:02 森code 阅读(466) 评论(0) 推荐(0)

Xcode的Built Setting里的一些设置和配置说明。
摘要:c/c++ 头文件引用问题include <> 引用编译器的类库路径下的头文件include “” 引用工程目录的相对路径的头文件include 是编译指令,在编译时,编译器会将相对路径替换成绝对路径,因此,头文件绝对路径=搜索路径+相对路径。Xcode Build Settings 下 Searc 阅读全文

posted @ 2016-02-25 10:21 森code 阅读(734) 评论(0) 推荐(0)

视频链接
摘要:http://pan.baidu.com/share/home?uk=1275251533&view=share#category/type=0 阅读全文

posted @ 2016-02-03 15:26 森code 阅读(170) 评论(0) 推荐(0)