各种 好的 作品第三方

来源:互联网 发布:爱玩网络 编辑:程序博客网 时间:2024/04/29 02:34
就2小时教会你抽丝剥茧CAAnimation核心动画之精美的下载动画
http://mp.weixin.qq.com/s?__biz=MzIwOTQ3NzU0Mw==&mid=2247483921&idx=1&sn=370c87f2e716b7959201a04b1b05c346&scene=0#wechat_redirect
如何实现百度外卖APP个人中心头像"浪"起来的动画效果
http://mp.weixin.qq.com/s?__biz=MzIwOTQ3NzU0Mw==&mid=2247483921&idx=2&sn=e7dc6c1152ad8efa546270a5e608500b&scene=0#wechat_redirect
iOS 开发中使用 NSURLProtocol 拦截 HTTP 请求

http://mp.weixin.qq.com/s?__biz=MzIwOTQ3NzU0Mw==&mid=2247483921&idx=3&sn=a5a284c2390c0c787db14822464a1e8e&scene=0#wechat_redirect


https://github.com/wubianxiaoxian/SKFUIbuttoncategory

使用很简单,导入项目中的两个uibutton的category。

1,增加按钮点击间隔时间

self.yourButton.acceptEventInterval=5;

2,扩大按钮点击区域

 [self.yourButton setEnlargeEdgeWithTop:30 right:30 bottom:30 left:30];


文/旺旺煎饼(简书作者)
原文链接:http://www.jianshu.com/p/447364f687b7
著作权归作者所有,转载请联系作者获得授权,并标注“简书作者”。

0 0