我在IOS7中将背景图像设置为UIView时遇到了问题。我没有得到IOS7中所有缩放更改的内容。就像在IOS6中它运行良好但在IOS7中没有。其中有代码我试图做什么
UIGraphicsBeginImageContext(self.view.bounds.size);
[[UIImage imageNamed:@"loginframe.png"] drawInRect:self.view.bounds];
UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
mloginview=[[UIView alloc]initWithFrame:CGRectMake(30,70,260,320)];
mloginview.backgroundColor=[UIColor colorWithPatternImage:image];
[self.view addSubview:mloginview];
这是试图适合mloginView
的图像
屏幕截图正在进入模拟器[输出]
答案 0 :(得分:-1)
我们无法公开讨论iOS7,因为它是在NDA下。转到Apple论坛。在说backgroundColor不是一个很好的方法来做到这一点。只需添加图像视图