https://github.com/YouXianMing
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 85 下一页
摘要: 侧滑栏效果的实现 效果 源码 https://github.com/YouXianMing/iOS-Project-Examples 中的 SideViewController 细节 阅读全文
posted @ 2016-06-08 22:07 YouXianMing 阅读(856) 评论(0) 推荐(0) 编辑
摘要: POP缩放动画 效果 源码 https://github.com/YouXianMing/Animations 细节 1. 参数设置有技巧,可以参考如下所示(项目中的POPSpringParameterController): 2. 动画效果是通过组合两个动画而来的,要注意设置代理: 阅读全文
posted @ 2016-06-05 10:29 YouXianMing 阅读(1775) 评论(0) 推荐(0) 编辑
摘要: 完全定制UITabBarViewController 效果 源码 https://github.com/YouXianMing/iOS-Project-Examples 中的 TotalCustomTabBarController 说明 详细细节请参考演示项目,定制按钮需要继承控制器,在重载buil 阅读全文
posted @ 2016-06-03 15:58 YouXianMing 阅读(1552) 评论(0) 推荐(2) 编辑
摘要: transitionFromView方法的使用 效果 源码 细节 阅读全文
posted @ 2016-05-30 15:30 YouXianMing 阅读(1621) 评论(0) 推荐(0) 编辑
摘要: BaseControl按钮合集 效果 源码 https://github.com/YouXianMing/Animations 说明 本人一共封装了3种按钮的基类控件,以上是一个示例演示,演示如何通过继承来实现想要的效果. 阅读全文
posted @ 2016-05-26 17:57 YouXianMing 阅读(1036) 评论(0) 推荐(2) 编辑
摘要: 用动画切换按钮的状态 效果 源码 https://github.com/YouXianMing/UI-Component-Collection 控制器源码 核心 阅读全文
posted @ 2016-05-21 23:29 YouXianMing 阅读(849) 评论(0) 推荐(0) 编辑
摘要: 用UICollectionView实现无限轮播图 效果 源码 https://github.com/YouXianMing/Animations 细节 阅读全文
posted @ 2016-05-06 16:22 YouXianMing 阅读(1406) 评论(2) 推荐(1) 编辑
摘要: 水平方向瀑布流 效果 源码 https://github.com/YouXianMing/Animations 细节 继承UICollectionViewLayout 重载UICollectionViewLayout的四个方法 部分实现细节 阅读全文
posted @ 2016-05-05 10:30 YouXianMing 阅读(903) 评论(0) 推荐(1) 编辑
摘要: UICollectionViewFlowLayout使用示例 效果 源码 https://github.com/YouXianMing/iOS-Project-Examples 细节 itemSize的含义 minimumLineSpacing的含义 minimunInteritemSpacing的 阅读全文
posted @ 2016-05-04 09:44 YouXianMing 阅读(2326) 评论(0) 推荐(0) 编辑
摘要: 旋转木马效果 效果 源码 https://github.com/nicklockwood/iCarousel https://github.com/YouXianMing/Animations 细节 设置好3个代理即可 阅读全文
posted @ 2016-05-02 09:02 YouXianMing 阅读(759) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 85 下一页