设备方向更改时更改 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的主要内容,如果未能解决你的问题,请参考以下文章