I tried to call images in place of buttons but application is crashing .
These images i called from NSURL in Loadview method
NSData* imageData = [[NSData alloc] initWithContentsOfURL:[NSURL URLWithString:@"http://www.techieask.com/wp-content/uploads/2010/12/Sony-Ericsson-Xperia-X81.jpg"]];
UIImage* image = [[[UIImage alloc] initWithData:imageData] autorelease];
[imageData release];
[self performSelectorOnMainThread:@selector(displayImage

withObject:image waitUntilDone:NO];
application is crashing