- 博客(2)
- 收藏
- 关注
转载 CoreAnimation-------text
对text做的animation1. fade outCABasicAnimation *fadeOutAnimation = [CABasicAnimation animationWithKeyPath:@"opacity"];fadeOutAnimation.duration = 0.5f;fadeOutAnimation.removedOnCompletion = NO;
2013-07-19 17:52:04
103
ios画线
画线的code:CGContextRef ctx = UIGraphicsGetCurrentContext();CGContextMoveToPoint(ctx, point1.x, point1.y);CGContextAddLineToPoint(ctx, point2.x, point2.y); //画曲线用CGContextAddArcCGContextStrok
2013-07-06 14:39:25
83
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅