Xcode 4 UIImage imageNamed: Method Not Found Error

Xcode 4 UIImage imageNamed: Method Not Found Error

While working with an Iphone Application i wanted to display an image using UIImageView control i have designed using Interface Builder. The working environment is Mac 10.6, Xcode 4 and IOs SDK 4. Required images added to Resources folder in project. The code line is as below. [imageView1 setImage:[UIImage imageNamed:@”130_001.jpg”]];…continue reading →