Hi all,
I am developing a game in which i have to move the ball and power up image simultaneously. For move a power up image view, I create a separate thread and call move method of power by using [self performSelectorOnMainThread:..], this is required to show the updated position on view. But my Game slowdown after creating this thread. please guide me in improving the performance of game.