守望远方

热爱生活 热爱工作 守望远方

2012年9月17日

IOS学习笔记(四)Core Animation

摘要: Core Animation动画:Core Animation使用了setType与setSubtype组合。setType:可以返回四种类型: kCATransitionFade淡出 kCATransitionMoveIn覆盖原图 kCATransitionPush推出 kCATransitionReveal底部显出来 setSubtype:也可以有四种类型: kCATransitionFromRight; kCATransitionFromLeft(默认值) kCATransitionFromTop; kCATransitionFromBottom 阅读全文

posted @ 2012-09-17 20:07 守望远方 阅读(609) 评论(0) 推荐(0) 编辑
IOS学习笔记(三)UIView animation

摘要: UIView动画主要可以实现的效果包括:1.frame,bounds,center 2.alpha 3.backgroundColor 4.contentStretch 5.transform (Rotate,Invert,Translate,Scale) 阅读全文

posted @ 2012-09-17 19:43 守望远方 阅读(12146) 评论(0) 推荐(0) 编辑
IOS学习笔记(二)取图片

摘要: 随着用户的矩形区域选择,动态显示图片.选取图片的代码在touchEnd方法中,绘制虚线矩形的代码在drawRect中 阅读全文

posted @ 2012-09-17 17:43 守望远方 阅读(414) 评论(0) 推荐(0) 编辑