是否有一种声明性方法可以在 IOS 中改变方向时将背景图像从纵向版本更改为横向版本?
背景 - 我有一个 iPhone/iPad 应用程序,在主视图中具有背景图像。我想为这个背景图像介绍一个特定的纵向和横向图像,它位于 UIImageView 子视图中。
问题 - 是否有一种声明性方法可以在 IOS 中改变方向时将背景图像从纵向版本更改为横向版本?例如通过某种文件名约定方法?
(即,您是否必须在视图控制器的 didRotateFromInterfaceOrientation 中每次方向更改时自己手动更改图像)
Background - I have an iPhone/iPad app that has a background image in the main view. I'd like to introduce a specific portrait and landscape image for this background image, which is in a UIImageView subview.
Question - is there a declarative approach to have one's background image changed from the portrait to landscape version upon orientation change in IOS? For example through some file name convention approach?
(i.e. or do you have to manually change the image yourself each orientation change in the view controller's didRotateFromInterfaceOrientation)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从来没有听说过这么好的机会。所以我认为你应该手动重新加载图像。
I've never heard about such sweet opportunity. So I think you should manually reload images.