Hi all,
I've created a bunch of sublayers within my view, populating each one with a graphic, so effectively they are sprites. However, when I call [lineLayer setValue:[NSNumber numberWithFloat:0.5] forKeyPath:@"transform.scale"]
it appears to 'tween' to that size instead of just appearing at the new scale.
Is there any way of switching off this behaviour? I just want to change the scale directly.
Thanks!
:-Joe