-2

in my app i draw a line in touch moved action..and if i will stop at the a point..so i want a animation from beginning to end....how can i do that.....

Thanks in Advance..

Arun
  • 2,271
  • 1
  • 14
  • 18

1 Answers1

0

You could try to sample the image on the screen to see if it is the same as the fully painted image. stackoverflow.com/questions/6488732/ Hope this helps.

Community
  • 1
  • 1
Yo_Its_Az
  • 2,043
  • 2
  • 18
  • 25
  • this is good..but how i know that the image is fully painted or not. – Arun Jul 13 '11 at 11:36
  • If the picture you have that should be painted is the same as the picture that is getting painted – Yo_Its_Az Jul 14 '11 at 00:01
  • my question is i have a picture in UIImage view..the picture is empty..and i am drawing the image...after that how can i know the picture is fully painted and not...i hope u understand my problem......... .................//empty color image url http://my.imageshack.us/edit.php?url[]=16/4444/721702228/letteram.gif/y //fully painted url http://imageshack.us/photo/my-images/841/letteraq.png – Arun Jul 14 '11 at 09:47
  • I don't know, you will have to set a boundary and make sure everything inside the boundary is coded. – Yo_Its_Az Jul 14 '11 at 15:35
  • yes i want to paint inside the boundary...and after that give a action... – Arun Jul 15 '11 at 04:48