hi there.
I have a little problem with an UIImageView.
I have improve my SDK to version 3.0 (before 2.2) and the UIImageView don't want to show the image i load :
I don't understand why.... is something wrong with the new SDK?
please help
I have a little problem with an UIImageView.
I have improve my SDK to version 3.0 (before 2.2) and the UIImageView don't want to show the image i load :
Code:
menuImage = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"menuImage.png"]];
[self addSubview:menuImage];
please help