设备方向更改时更改 UIImage

Posted

技术标签:

【中文标题】设备方向更改时更改 UIImage【英文标题】:Changing UIImage when device orientation change 【发布时间】:2011-03-27 16:13:49 【问题描述】:

如何在设备方向改变时更改背景图像?

【问题讨论】:

你的意思是不同viewController的不同方向的背景图片? 【参考方案1】:

在 UIViewController 的 willAnimateRotationToInterfaceOrientation:duration: 方法中更改图像。

【讨论】:

【参考方案2】:

你可以解决这个问题

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation

【讨论】:

以上是关于设备方向更改时更改 UIImage的主要内容,如果未能解决你的问题,请参考以下文章

在移动设备中更改方向时需要关闭弹出窗口

设备方向更改时小部件丢失数据

更改设备方向时如何为uiimageview设置动画

设备方向更改时 ULTextField 值消失

IBM Worklight:更改设备方向

在设备方向更改时交叉淡入某些 UIView