best approach is the old-fashioned way. Create images for each size with names like test-667 and do something like:
[UIImage imageNamed:[NSString stringWithFormat:@"test-%g", [[UIScreen mainScreen] bounds].size.height]]
best approach is the old-fashioned way. Create images for each size with names like test-667 and do something like:
[UIImage imageNamed:[NSString stringWithFormat:@"test-%g", [[UIScreen mainScreen] bounds].size.height]]