// 添加背景
UIImageView *bgView = [[UIImageView alloc] initWithFrame:self.view.frame];
[bgView setImage:[UIImage imageNamed:@"bg.jpg"]];
[self.view addSubview:bgView];
[self.view sendSubviewToBack:bgView];
// 添加背景
UIImageView *bgView = [[UIImageView alloc] initWithFrame:self.view.frame];
[bgView setImage:[UIImage imageNamed:@"bg.jpg"]];
[self.view addSubview:bgView];
[self.view sendSubviewToBack:bgView];