Warning - How to work with UI Window endDisablingInterfaceAutorotationAnimated: called on...

Asked 2 years ago, Updated 2 years ago, 40 views

iOS 9
iPhone 5s

Tap textfield to launch the software keyboard and
If you press and release any keys, you will receive the following warning:

2016-02-22 21:01:52.509 KeyboardTest [5568:543794] - [UIWindow endDisablingInterfaceAutomationAnimated:] called on > without matching-beginDisablingInterfaceAutomation.Ignoring.

The method being alerted is not found in the reference.
I also checked the parts related to the rotation and keyboard, but I didn't know the cause or how to deal with it.
Please let me know if anyone has any knowledge of whether it's okay to ignore the warning.

ios objective-c

2022-09-29 21:20

1 Answers

When I set the keyboarddismissmode property, I got a similar warning statement.
In my case, a warning message appeared on the simulator, but it didn't come out on the actual machine, so I think you can ignore it.
Is there a similar warning on the actual machine?


2022-09-29 21:20

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.