我有一个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];