my iPad Air 2 has stopped autorotating with beta 2. I have tried reboots and cycling the control panel setting. Any suggestions or additional reports.
THe ipad stays in the boot up orientation.
my iPad Air 2 has stopped autorotating with beta 2. I have tried reboots and cycling the control panel setting. Any suggestions or additional reports.
THe ipad stays in the boot up orientation.
Odd, this morning the iPad returned to normal behavior After simply charging overnight.
I have identified a related issue.
The shouldAutorotate function doesn't fire on iOS9 beta 5 when running on the iPad Air 2 128 GB.
Thus far I have tested the following code on iOS9 Beta 5 on an iPhone 4S, iPhone 6, iPad 2, iPad3, and an iPad Air 2. The code executes on rotation on every device except the ipad air 2. On the the iPad Air 2 the code is completely ignored.
import UIKit
class ViewController: UIViewController {
override func shouldAutorotate() -> Bool {
print("ShouldAutorotate")
return false
}
}
Filed bug with Apple with sample code related to this issue.
Bug #: 22274502
Bug Title: UIViewController shouldAutorotate function broken on iPad Air 2