I have an imageview set to take up the entire screen.
On top of that I have another small imageview which I am making moveable via the touchesMoved method.
This works a treat as each call sets the center value to the new coords and the image moves smoothly.
But what happens is as the moveable image moves it keeps flashing to the top left of the screen so as if appearing twice. If I release while it appears at top left that is where it stays?
Both images are loaded from a nib so think is this a frame problem and if so can someone explain it for me please?
If the small image exists inside the big image which takes up full screen surely the frame defaults to the layout?
Thanks
On top of that I have another small imageview which I am making moveable via the touchesMoved method.
This works a treat as each call sets the center value to the new coords and the image moves smoothly.
But what happens is as the moveable image moves it keeps flashing to the top left of the screen so as if appearing twice. If I release while it appears at top left that is where it stays?
Both images are loaded from a nib so think is this a frame problem and if so can someone explain it for me please?
If the small image exists inside the big image which takes up full screen surely the frame defaults to the layout?
Thanks