摘要: 转载自:http://blog.csdn.net/xunyn/article/details/8128031 动画效果是IOS界面重要的特色之一,其中CAAnimation是所有动画对象的抽象父类,作为新人,使用较多的是UIView下的动画方法(类方法)。使用UIView下的动画,有下面几个方法。 阅读全文
posted @ 2015-11-27 16:17 CodingMann 阅读(349) 评论(0) 推荐(0) 编辑
摘要: CGContextRefcontext =UIGraphicsGetCurrentContext();//设置上下文//画一条线CGContextSetStrokeColorWithColor(context, [UIColorredColor].CGColor);//线条颜色CGContextSe... 阅读全文
posted @ 2015-11-27 15:33 CodingMann 阅读(230) 评论(0) 推荐(0) 编辑