ジオセンシティブなアプリケーションを開発しようとしています。iphone:デバイスを回転させたときのビューのサイズ変更
(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
// Return YES for supported orientations
// return (interfaceOrientation == UIInterfaceOrientationPortrait);
return YES;
}
私はその画面上の異なる画像を入れていると私は、ビューが変更されているときに、それのサイズを変更する必要があり、だから、私は何を行うことができます - だから、私は書かれていますか?
@jaynaiphone - より記述的タイトルの使用を開始してください。 "iphone development"/"iphone developing"はいいタイトルではありません。 –