I've got this working just fine by using bounds.size.width
or bounds.size.height
but nothing happens when using bounds.origin.x
or bounds.origin.y
The values array is [NSNumber numberWithFloat:]
as works with width and height.
I've got this working just fine by using bounds.size.width
or bounds.size.height
but nothing happens when using bounds.origin.x
or bounds.origin.y
The values array is [NSNumber numberWithFloat:]
as works with width and height.
Turns out that this just isn't animatable. I discovered that animating
position.x
orposition.y
was the way to go.