Quote:
Originally Posted by Sesa
Ohh, okay,
i will try
EDIT: if i use UIImageView instead of UIImage, my app crashes
flakeImage = [UIImage imageNamed:@"STone.png"];
UIImageView* flakeView = [[UIImageView alloc] initWithImage:flakeImage];
|
Does it crash when the two images collide?