What's the easiest way to animate a line?

Use typical iphone animation like this: UIView beginAnimations:nil context:nil; UIView setAnimationDuration:2.75; UIView setAnimationDelegate:self; UIView setAnimationTransition:typeOfAnimation forView:myview cache:YES; //here change the length of your lines UIView commitAnimations; it should work, just not sure which type of an animation.

I don't understand. That's for animating a view...but I don't want to animate a view (which presumably would be a rectangle), I want to animate a line, often diagonally. Can I really use the view animations for this?

– user700774 Jul 21 at 10:26.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions