https://github.com/YouXianMing
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 85 下一页
摘要: 山寨“饿了么”应用中添加菜品数量按钮效果本人视频教程系类 iOS中CALayer的使用最终效果:山寨源头:源码:(此源码解决了重用问题,可以放心的放在cell中使用)AddAndDeleteButton.h 与AddAndDeleteButton.m//// AddAndDeleteButton... 阅读全文
posted @ 2014-12-15 17:49 YouXianMing 阅读(942) 评论(0) 推荐(0) 编辑
摘要: KGModalKGModal is an easy drop in control that allows you to display any view in a modal popup. The modal will automatically scale to fit the content ... 阅读全文
posted @ 2014-12-12 22:29 YouXianMing 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 添加字体到项目当中最终显示字体的效果:步骤如下:1. 安装字体2. 修改plist文件 (UIAppFonts 复制粘贴)3. 引用字体4. 效果图源码://// ViewController.m// UIFont//// Created by YouXianMing on 14/12/11.... 阅读全文
posted @ 2014-12-11 22:13 YouXianMing 阅读(690) 评论(0) 推荐(0) 编辑
摘要: HTKDragAndDropCollectionViewLayoutCustom UICollectionViewLayout that works together with a custom UICollectionViewCell to provide drag and drop for a ... 阅读全文
posted @ 2014-12-10 23:07 YouXianMing 阅读(456) 评论(0) 推荐(0) 编辑
摘要: 旋转动画用控件RotateView最终效果:源码:RotateView.h 与RotateView.m//// RotateView.h// RotateAnimationView//// Created by YouXianMing on 14/12/8.// Copyright (c) ... 阅读全文
posted @ 2014-12-09 23:06 YouXianMing 阅读(841) 评论(1) 推荐(0) 编辑
摘要: PQFCustomLoadersCurrent version: 0.0.1Collection of highly customizable loaders for your iOS projects. Feel free to use them.当前版本为:0.0.1这是一个可以高度定制的加载控... 阅读全文
posted @ 2014-12-08 23:11 YouXianMing 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 按钮在执行frame动画的时候怎么响应触发事件?代码中效果(请注意,我并没有点击到按钮,而是点击到按钮的终点frame值处):对应的代码://// ViewController.m// TapButton//// Created by YouXianMing on 14/12/7.// Co... 阅读全文
posted @ 2014-12-07 23:21 YouXianMing 阅读(3788) 评论(0) 推荐(3) 编辑
摘要: BBCyclingLabelBBCyclingLabelis just like aUILabelbut allows you to perform custom animations when changing text.Instead of using twoUILabel's and cros... 阅读全文
posted @ 2014-12-06 23:32 YouXianMing 阅读(618) 评论(0) 推荐(0) 编辑
摘要: 让NSUserDefaults使用起来像对象一样容易巧妙的设计,是为了简化开发提升效率而存在。设计要点:1. 单例模式2. 重写setter,getter方法3. 专门的类来管理单例使用时候的详情:源码:SharedInstance.h 与SharedInstance.m//// SharedIn... 阅读全文
posted @ 2014-12-05 23:31 YouXianMing 阅读(342) 评论(0) 推荐(0) 编辑
摘要: MagicPiePowerful pie layer for creating your own pie view. PieLayer provide great animation with simple usage.PieLayer是一个非常强大的layer,非常易用,效果很炫。The main... 阅读全文
posted @ 2014-12-05 00:15 YouXianMing 阅读(403) 评论(0) 推荐(0) 编辑
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 85 下一页