【发布时间】:2011-01-17 11:05:54
【问题描述】:
[CATransaction withAnimationSpeed:1.0 :^ {
if(newMultiplier > 100)
fillLayer.backgroundColor = ColRGBA(1, 1, 0, 0.2);
else
fillLayer.backgroundColor = ColRGBA(0, 0, 0, 0);
}];
^{}是什么意思?为什么要使用这个符号。
【问题讨论】:
标签: iphone objective-c caanimation