Skip to content

That's a demo about how to change orientation of the iPhone smoothly

License

Notifications You must be signed in to change notification settings

manajay/DeviceOrientationDemo

Repository files navigation

DeviceOrientationDemo

DeviceOrientationDemo

Contents

That's a demo about how to change orientation of the iPhone smoothly

This repo focus on usage of:

  • Orientation rotation
  • Basic Project Structure
  • Custom Button on TabBar
  • Using Block
  • Simple App Icon

Tips

屏幕旋转的整个流程是如下

  1. 当 当前设备方向属性orientation 发生变化时候,会调用ControllershouldAutorotate 属性。
  2. 如果shouldAutorotatetrue 则会进一步调用supportedInterfaceOrientations 来查询支持的屏幕方向。
  3. Controller 支持的方向和设备方向一致时候就进行旋转操作。

Bugs

  • 横屏时使用UIAlertController会导致该错误,解决方法:添加UIAlertControllercategory 重写- (BOOL)shouldAutorotate方法
//UIApplicationInvalidInterfaceOrientation
Supported orientations has no common orientation with the application, 
and [UIAlertController shouldAutorotate] is returning YES
  • 横屏进入首页时的一个Bug (打开了锁屏开关,不锁屏)

Bug-2

Reference

1> iOS 开发技巧 - 手动控制屏幕UI方向

2> 如何用代码控制以不同屏幕方向打开新页面

Reach Me

I am an iOS developer and currently learning Swift.

Weibo: @manajay Twitter: @manajay

About

That's a demo about how to change orientation of the iPhone smoothly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages