Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、ポートレートビューだけでなくランドスケープビューでも画像を表示できるアプリケーションに取り組んでいます。画面の向きを横向きに変更したときに、画像のサイズをフルサイズに拡大してから回転させたいと思います。それがどのように行われるか。
次の方法でストレッチを試してみてください...
-(void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration { // Stretch Here }