Core Animation: resizing layer from just one side on iPhone
Posted
by Jonathan Sterling
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan Sterling
Published on 2010-06-14T04:46:32Z
Indexed on
2010/06/14
4:52 UTC
Read the original article
Hit count: 280
iphone
|core-animation
I want to animate the resize of a CALayer
. It needs to expand from the left (the right side needs to stay put). Setting the anchorPoint
will make resizes work this way, but once I start animating, it doesn't behave the way I want it to.
Does anyone have a suggestion? Thanks, and sorry for the noob-question.
© Stack Overflow or respective owner