上一页 1 2 3 4 5 6 ··· 8 下一页

2016年4月8日

证书详解

摘要: http://www.cnblogs.com/wangyang1213/p/5209119.html 阅读全文

posted @ 2016-04-08 14:15 时光机728 阅读(82) 评论(0) 推荐(0) 编辑

2016年2月23日

抽屉框架的用法(转)

摘要: Drawer相比大家经常能看到,优点就不用赘言了。直奔主题,MMDrawerController(https://github.com/mutualmobile/MMDrawerController)是我觉得一款比较好用的Drawer开源实现。 具体使用方法 (1)pod'MMDrawerContr 阅读全文

posted @ 2016-02-23 18:06 时光机728 阅读(252) 评论(0) 推荐(0) 编辑

cocoapods 使用时一个问题 (Unable to find a specification for `CYLTableViewPlaceHolder`)

摘要: http://blog.csdn.net/zhangao0086/article/details/39703083 这样的问题执行两句代码 :1.pod repo remove master 2.pod setup 这两句代码 把当前Pod的目录清理一下就行了,然后再 pod install 或者 阅读全文

posted @ 2016-02-23 09:45 时光机728 阅读(380) 评论(0) 推荐(0) 编辑

2016年2月22日

刨根问底runtime(转) 大牛博客

摘要: http://chun.tips/ https://github.com/ChenYilong?tab=repositories https://github.com/CharlinFeng?tab=repositories 冯成林,好多实用demo http://adad184.com/archi 阅读全文

posted @ 2016-02-22 16:17 时光机728 阅读(154) 评论(0) 推荐(0) 编辑

2016年2月19日

每天学习一点儿 swift

摘要: https://github.com/allenwong/30DaysofSwift http://swiftist.org/ 学习swift的论坛 http://harris.ren/blog.html 学习swift博客 阅读全文

posted @ 2016-02-19 18:04 时光机728 阅读(99) 评论(0) 推荐(0) 编辑

使用UIBezierPath和CAShapeLayer画各种图形 (转)

摘要: http://www.cocoachina.com/cms/wap.php?plg_nld=1&plg_auth=1&plg_nld=1&plg_dev=1&plg_uin=1&plg_usr=1&plg_vkey=1&plg_nld=1&action=article&id=15251&plg_au 阅读全文

posted @ 2016-02-19 10:36 时光机728 阅读(225) 评论(0) 推荐(0) 编辑

applepay 集成(转)

摘要: http://www.open-open.com/lib/view/open1422324034345.html 本文由CocoaChina译者xiaoying、tr培子翻译自苹果官方文档:Apple Pay Programming Guide 目录 关于Apple Pay 配置支付环境 创建支付请 阅读全文

posted @ 2016-02-19 09:27 时光机728 阅读(494) 评论(0) 推荐(0) 编辑

2016年2月2日

UILabel 设置字体间的距离 和 行与行间的距离

摘要: //设置字间距 [self.label setColumnSpace:5]; //设置行间距 [self.label setRowSpace:5]; 阅读全文

posted @ 2016-02-02 15:21 时光机728 阅读(222) 评论(0) 推荐(0) 编辑

2016年1月28日

IB_DESIGNABLE 和 IBInspectable 的使用

摘要: 在用IB设计一个视图的时候,利用这两个属性,你可以在不用跑起程序的时候就能看到视图, 用法很简单 ,在类 上边的箭头所指的属性就是用 IBInspectable 这个红修饰的属性 阅读全文

posted @ 2016-01-28 18:03 时光机728 阅读(181) 评论(0) 推荐(0) 编辑

2016年1月27日

干货博客

摘要: 董博然 PP_Abner Pop动画 YYKit作者 一些功能实现 阅读全文

posted @ 2016-01-27 17:59 时光机728 阅读(136) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 8 下一页

导航