如何在IOS7中将图像适合UIView

时间:2013-07-16 07:22:54

标签: uiview uiimage ios7

我在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

的图像

This is the image which trying to fit to mloginView

屏幕截图正在进入模拟器[输出]

screen shot which is getting in the simulator[output]

1 个答案:

答案 0 :(得分:-1)

我们无法公开讨论iOS7,因为它是在NDA下。转到Apple论坛。在说backgroundColor不是一个很好的方法来做到这一点。只需添加图像视图