im trying to create a game in which few objects(UIImageViews) traverse the screen… these objects are generated at an interval of 1 to 0.45 seconds…when they r generating in the range of 1-0.60 seconds they traverse smoothly..but when they generate at a rate less than 0.6 seconds their movement is not smooth they start jerking..also i have a UIImageView which changes the position depending on the the touchesmoved event… please do help
im trying to create a game in which few objects(UIImageViews) traverse the screen… these
Share
hey guys I was able to solve the problem by creating 3 different threads ie one for generating the objects, one for traversing the objects and another for moving the object on the touches move event. I was previously using timers for it…
but using the threads solved the problem
Anyways thanks for all your help 🙂