nightwar00
Jun 15, 2009, 09:24 AM
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 :
menuImage = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"menuImage.png"]];
[self addSubview:menuImage];
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 :
menuImage = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"menuImage.png"]];
[self addSubview:menuImage];
I don't understand why.... is something wrong with the new SDK?
please help
