如何使用宽高比调整UIImageview的大小并使其适合视图

时间:2014-07-22 08:03:54

标签: objective-c ipad uiimageview uiimage aspect-ratio

我有一个1000x700的parentView矩形,我在350x199的矩形中显示UIImageView。但我需要显示parentView.I的UIImageView纵横比。我在这里引用Resize UIImage with aspect ratio?。但是我如何在我的代码中使用它

mmageView = [[UIImageView alloc] initWithFrame:CGRectMake(200,200,350,199)];

[self.view addSubview:mmageView];

0 个答案:

没有答案