if (iOS7)
{
imgName = [imgName stringByAppendingString:@"@2x.png"];
}
NSString *filePath = [[NSBundle mainBundle].resourcePath stringByAppendingPathComponent:imgName];
imgView.image = [UIImage imageWithContentsOfFile:filePath];
{
imgName = [imgName stringByAppendingString:@"@2x.png"];
}
NSString *filePath = [[NSBundle mainBundle].resourcePath stringByAppendingPathComponent:imgName];
imgView.image = [UIImage imageWithContentsOfFile:filePath];