Puzzled as to why I cant get any help on any of my posts, did I say something wrong?
BTW - I def tried to find the answer on my own and came across all 404s for the vid tutorial "Touches and UIImageView"
Tried the drawRect much simpler than I anticipated but I still can't get the image to update its coords while touchesMoved is being handled. Figured I'd go ahead and just set the imageview manually after moved with touchesEnded, still snaps back. So, why not just create a whole new UIImageView with the updated pos, remove the original from superview and add the new imageview as a subview to self. Still snaps back.
Last edited by Enoch; 12-02-2009 at 07:56 PM.
|