文章分类 -  开发日常笔记

记录开发中一些遇到的问题或者少用又容易忘记的技术点
摘要:CABasicAnimation *anim =[CABasicAnimation animation]; anim.keyPath =@"position"; anim.fromValue =[NSValue valueWithCGPoint:CGPointMake(0, 200)]; anim. 阅读全文
posted @ 2016-07-12 09:28 nenhallwu 阅读(115) 评论(0) 推荐(0)