https://github.com/YouXianMing
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 85 下一页
摘要: KVNProgressKVNProgress is a fully customizable progress HUD that can be full screen or not.KVNProgress是一个可以完全定制的HUD,你可以设置成全屏或者不全屏.Advantages - 特点Can b... 阅读全文
posted @ 2015-01-19 22:19 YouXianMing 阅读(1594) 评论(0) 推荐(0) 编辑
摘要: 编写带有点击特效的UIButton效果:源码://// ViewController.m// Button//// Created by XianMingYou on 15/1/18.// Copyright (c) 2015年 XianMingYou. All rights reserve... 阅读全文
posted @ 2015-01-18 20:33 YouXianMing 阅读(846) 评论(0) 推荐(0) 编辑
摘要: 用Easing函数实现碰撞效果工程中需要的源码请从这里下载:https://github.com/YouXianMing/EasingAnimation源码://// ViewController.m// EasingView//// Created by YouXianMing on 15/... 阅读全文
posted @ 2015-01-17 21:30 YouXianMing 阅读(413) 评论(0) 推荐(0) 编辑
摘要: EasingAnimationhttps://github.com/YouXianMing/EasingAnimationThis class is used for Easing animation.Easy to understandYou can use it to build your ow... 阅读全文
posted @ 2015-01-16 21:51 YouXianMing 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 什么时候会执行viewDidLoad方法这个博文是为了解释,为何有时候,你给属性赋值,在viewDidLoad方法中却取不到值的原因。第一种情况,presentViewController会执行被present的控制器的viewDidLoad方法:第二种情况,即使不执行推出或者present操作,也... 阅读全文
posted @ 2015-01-15 22:40 YouXianMing 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: UIButton的两种block传值方式方式1 - 作为属性来传值BlockView.h 与BlockView.m//// BlockView.h// Block//// Created by YouXianMing on 15/1/14.// Copyright (c) 2015年 You... 阅读全文
posted @ 2015-01-14 22:27 YouXianMing 阅读(820) 评论(0) 推荐(0) 编辑
摘要: 同时对view延时执行两个动画时候的现象对于view延时执行了两个动画后,会将第一个动画效果终止了,直接在第一个动画的view的最后的状态上接执行后续的动画效果,也就是说,我们可以利用这个特性来写分段动画效果,比如,可以定时2秒,2秒的状态值为100%,中途可以停止,达不到2秒的效果就触发不了最终效... 阅读全文
posted @ 2015-01-13 21:42 YouXianMing 阅读(1533) 评论(0) 推荐(0) 编辑
摘要: WZFlashButtonThis is a custom button with flash-like effect. Inspired byRipple Effect.这是一个自定义的按钮,有着闪烁效果,灵感来自于Ripple Effect。DemoBuild the project and r... 阅读全文
posted @ 2015-01-12 22:41 YouXianMing 阅读(311) 评论(0) 推荐(0) 编辑
摘要: HTKDynamicResizingCellhttps://github.com/henrytkirk/HTKDynamicResizingCellSubclassed UITableView/UICollectionView cells that will auto calculate their... 阅读全文
posted @ 2015-01-11 22:18 YouXianMing 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 用Model来计算cell的高度效果:将计算cell高度的方法直接移植到Model当中,初始化的瞬间就计算好了高度,非常好用!源码:Model//// Model.h//// Copyright (c) 2014年 Y.X. All rights reserved.//#import #impo... 阅读全文
posted @ 2015-01-10 08:15 YouXianMing 阅读(1827) 评论(0) 推荐(2) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 85 下一页