摘要: 在xib拖拽控件的界面给view添加背景 UIImageView *imageView = [[UIImageView alloc]initWithFrame:self.view.bounds]; imageView.image = [UIImage imageNamed:@"51670.jpg"] 阅读全文
posted @ 2016-05-31 14:20 我叫小小虎 阅读(403) 评论(0) 推荐(0)