I've tried this as well... Still can't get it to load...
Code:
[self.navigationController pushViewController:self.testView animated:YES];
UIImage *img = [UIImage imageWithContentsOfFile: [[NSBundle mainBundle] pathForResource:@"myimagefile" ofType:@"png"]];
self.testView.imgView = [[UIImageView alloc] initWithImage:img];