会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
https://github.com/YouXianMing
YouXianMing
Life is always coding & debugging.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
85
下一页
2016年3月21日
[UI] 精美UI界面欣赏[13]
摘要: 精美UI界面欣赏
阅读全文
posted @ 2016-03-21 22:02 YouXianMing
阅读(1056)
评论(3)
推荐(1)
2016年3月17日
替换NSUserDefaults的方案
摘要: 替换NSUserDefaults的方案 效果 源码 https://github.com/YouXianMing/iOS-Utilities 细节
阅读全文
posted @ 2016-03-17 21:59 YouXianMing
阅读(844)
评论(1)
推荐(0)
2016年3月13日
根据UIScrollView的contentOffset值精确控制动画
摘要: 根据UIScrollView的contentOffset值精确控制动画 效果 原理 根据方程精确计算每一个view在位移值x变化的时候的输出值,并根据这个值实现各种逻辑。 源码 https://github.com/YouXianMing/Animations 细节
阅读全文
posted @ 2016-03-13 16:38 YouXianMing
阅读(2041)
评论(3)
推荐(0)
2016年3月12日
gzip格式解压缩
摘要: gzip格式解压缩 有时候网络请求中会出现gzip格式的数据,而我们无法通过常规办法进行解析: 这时候可以使用下面的这个工具来解决这个问题: https://github.com/mattt/Godzippa 注意,使用的时候需要引入一个lib: 本人写好的示例代码: https://github.
阅读全文
posted @ 2016-03-12 12:26 YouXianMing
阅读(2091)
评论(0)
推荐(0)
2016年2月25日
震动效果
摘要: 震动效果 效果 源码 https://github.com/rFlex/SCViewShaker https://github.com/YouXianMing/Animations // // UIView+Shake.h // Animations // // Created by YouXian
阅读全文
posted @ 2016-02-25 21:04 YouXianMing
阅读(937)
评论(2)
推荐(0)
2016年2月22日
用SDWebImage加载FLAnimatedImage
摘要: 用SDWebImage加载FLAnimatedImage 效果 源码 https://github.com/YouXianMing/Animations // // GifPictureController.m // Animations // // Created by YouXianMing o
阅读全文
posted @ 2016-02-22 21:02 YouXianMing
阅读(3112)
评论(1)
推荐(0)
2016年2月21日
用UIInterpolatingMotionEffect产生透视效果
摘要: 用UIInterpolatingMotionEffect产生透视效果 效果 源码 https://github.com/YouXianMing/Animations // // MotionEffectViewController.m // Animations // // Created by Y
阅读全文
posted @ 2016-02-21 10:36 YouXianMing
阅读(1026)
评论(1)
推荐(0)
2016年2月16日
将CAGradientLayer当做mask使用
摘要: 将CAGradientLayer当做mask使用 效果 源码 https://github.com/YouXianMing/Animations // // CAGradientView.h // MaskView // // Created by YouXianMing on 16/2/15. /
阅读全文
posted @ 2016-02-16 21:03 YouXianMing
阅读(848)
评论(1)
推荐(0)
2016年2月3日
UITableView加载网络数据的优化
摘要: UITableView加载网络数据的优化 效果 源码 https://github.com/YouXianMing/Animations // // TableViewLoadDataController.m // Animations // // Created by YouXianMing on
阅读全文
posted @ 2016-02-03 22:11 YouXianMing
阅读(1435)
评论(0)
推荐(0)
2016年1月26日
沿着path路径做动画
摘要: 沿着path路径做动画路径效果源码//// ViewController.m// PathAnimation//// Created by YouXianMing on 16/1/26.// Copyright © 2016年 YouXianMing. All rights reserved...
阅读全文
posted @ 2016-01-26 22:19 YouXianMing
阅读(2014)
评论(7)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
85
下一页
公告