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)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
在包含背景的 ViewController 中。查询此 ViewController 上的 interfaceOrientation 属性,找出当前方向是什么,并根据值(类型为 UIInterfaceOrientation)设置背景。