摘要:
转载自:http://blog.csdn.net/xunyn/article/details/8128031 动画效果是IOS界面重要的特色之一,其中CAAnimation是所有动画对象的抽象父类,作为新人,使用较多的是UIView下的动画方法(类方法)。使用UIView下的动画,有下面几个方法。 阅读全文
摘要:
CGContextRefcontext =UIGraphicsGetCurrentContext();//设置上下文//画一条线CGContextSetStrokeColorWithColor(context, [UIColorredColor].CGColor);//线条颜色CGContextSe... 阅读全文