Quote:
Originally Posted by anonymous
it should be %f not %d. this same thing happened to me and when I changed it to this it worked. its because cgpoint is made up of two cgfloats (x and y) and the string format thingy is %f for floats.
|
Great! Thanks, I expected it would be the %d which is why I didn't post the rest of my code. Thanks once again.