#import <QuartzCore/QuartzCore.h>
UIImageView *questionBackground = [[UIImageView alloc] initWithFrame:mainRect];
[questionBackground setImage:[UIImage imageNamed:@"RedBackground.png"]];
questionBackground.layer.opacity = 0.7;
#import <QuartzCore/QuartzCore.h>
UIImageView *questionBackground = [[UIImageView alloc] initWithFrame:mainRect];
[questionBackground setImage:[UIImage imageNamed:@"RedBackground.png"]];
questionBackground.layer.opacity = 0.7;