ViewControlloer常用背景图设置

2016-03-07  本文已影响23人  上帝很忙
@property(nonatomic,strong)UIImageView*bgImageView;
//背景图
 _bgImageView = [[UIImageView alloc]initWithFrame:self.view.frame]; 
 _bgImageView.userInteractionEnabled = YES; 
 _bgImageView.backgroundColor = [UIColor whiteColor];
 [self.view addSubview:_bgImageView];
上一篇 下一篇

猜你喜欢

热点阅读