UIImageView movement What am I doing wrong?!?!?!
Posted
by Tate Allen
on Stack Overflow
See other posts from Stack Overflow
or by Tate Allen
Published on 2010-05-30T21:42:47Z
Indexed on
2010/06/01
7:33 UTC
Read the original article
Hit count: 289
What am i doing wrong here?!?!! I get an error. I have the following code under a button touch down action. I am trying to make a UIImageView move to the right:
character.center = CGPointMake(character.center.x += 1, character.center.y);
Please help. Thanks in advance, Bryce
© Stack Overflow or respective owner