2014年8月4日

IOS 点击按钮 光环 冲击波效果

摘要: UIBezierPath* path = [UIBezierPathbezierPathWithArcCenter:CGPointMake(0,0)radius:ROUND_WIDTH/2-3startAngle:0endAngle:2*M_PIclockwise:YES]; CAShapeLay... 阅读全文

posted @ 2014-08-04 09:40 景树园 阅读(544) 评论(0) 推荐(0)

IOS UIView(UIButton)通过显示动画移动的时候 响应点击的解决方案

摘要: 今天在做一个UIButton显示动画的时候,遇到一个问题,就是在移动的时候 ,需要相应它的点击时间(click)通过CAKeyframeAnimation 来移动UIButton的layer ,效果可以,但是就是无法点击。解决方法:将UIButton 的 userinterfaceenable 设置... 阅读全文

posted @ 2014-08-04 09:34 景树园 阅读(1072) 评论(0) 推荐(0)

导航