を使用した iPhone アプリ開発での自動サイズ変更の問題に直面していCGRectMake
ます。誰もそれについて説明できますか?
CGRect imgframe=CGRectMake(0, 0, 320, 283);
UIImageView *imgview=[[UIImageView alloc]initWithFrame:imgframe];
KMAppDelegate *app=(KMAppDelegate *)[[UIApplication sharedApplication]delegate];
[imgview setAutoresizingMask:UIViewAutoresizingFlexibleWidth |UIViewAutoresizingFlexibleHeight];
imgview.image=[UIImage imageNamed:app.imgString];