Moving a UIView
Hi everyone. I am making a side scrolling iPad game and I was wondering if there is a way to make a uiview (2050x768 pixels) move to the side.
I tried this already:
gameView.center = CGPointMake(game.center.x+10,game.center.y);
I would prefer not to use cocos2d. Thanks.
|