https://github.com/YouXianMing
上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 85 下一页
摘要: Markdown 文档地址 http://pan.baidu.com/s/1o6nu9ToMarkdown还有一系列衍生版本,用于扩展Markdown的功能(如表格、脚注、内嵌HTML等等),这些功能原初的Markdown尚不具备,同时,也能让Markdown转换成更多的格式,例如LaTeX,Doc... 阅读全文
posted @ 2014-04-22 14:59 YouXianMing 阅读(617) 评论(0) 推荐(0) 编辑
摘要: UIBezierPath的使用1. 使用UIBezierPath绘制多边形 // 获取path UIBezierPath *aPath = [UIBezierPath bezierPath]; // 设定起始点 [aPath moveToPoint:CGPointMa... 阅读全文
posted @ 2014-04-22 10:36 YouXianMing 阅读(1179) 评论(0) 推荐(0) 编辑
摘要: AnimatedTransitionGallery 转场动画回廊https://github.com/shu223/AnimatedTransitionGalleryCollection of iOS 7 custom animated transitions using UIViewControl... 阅读全文
posted @ 2014-04-21 20:01 YouXianMing 阅读(418) 评论(0) 推荐(0) 编辑
摘要: CAShapeLayer之前讲过CALayer动画相关知识,再来看看更加复杂的CAShapeLayer相关的动画知识.普通CALayer在被初始化时是需要给一个frame值的,这个frame值一般都与给定view的bounds值一致,它本身是有形状的,而且是矩形.CAShapeLayer在初始化时也... 阅读全文
posted @ 2014-04-21 16:35 YouXianMing 阅读(4852) 评论(0) 推荐(0) 编辑
摘要: 使用openURL实现程序间带参数跳转详解实现的效果:有两款应用A与B,A打开BA --> B1. 新建工程B,bundle ID为com.YouXianMing.B建立一个URL这么填写(与前面bundle ID类似的写法):2. 新建工程A,bundle ID随便起,为简单起见,写下如下代码 ... 阅读全文
posted @ 2014-04-21 13:14 YouXianMing 阅读(984) 评论(0) 推荐(1) 编辑
摘要: DFCircleActivityIndicatorNative, customizable and animated circular view to show when long activity is running, for iOS Apps. No more images needed. J... 阅读全文
posted @ 2014-04-20 21:27 YouXianMing 阅读(328) 评论(0) 推荐(0) 编辑
摘要: ABCustomUINavigationController ABC定制视图导航控制器Subclass of UINavigationController for overwriting push and pop methods to create new transitions effects. ... 阅读全文
posted @ 2014-04-20 21:07 YouXianMing 阅读(446) 评论(0) 推荐(0) 编辑
摘要: UIView-draggable可拖拽的UIViewhttps://github.com/andreamazz/UIView-draggableUIView category that adds dragging capabilities 一个类目用来给UIView便利的添加拖拽手势Setup wi... 阅读全文
posted @ 2014-04-19 10:16 YouXianMing 阅读(796) 评论(2) 推荐(0) 编辑
摘要: SFRoundProgressCounterView带有进度显示的倒计时视图https://github.com/simpliflow/SFRoundProgressCounterViewA custom UIView with a rounded progress bar and a counte... 阅读全文
posted @ 2014-04-19 09:50 YouXianMing 阅读(336) 评论(0) 推荐(0) 编辑
摘要: ColourClock将时间值转换成背景色https://github.com/bennyguitar/ColourClockThis project converts Time to Hex/RGB, and is quite beautiful to look at. This was HEAV... 阅读全文
posted @ 2014-04-19 09:21 YouXianMing 阅读(506) 评论(0) 推荐(0) 编辑
上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 85 下一页