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 }