Closed CarlGitHub closed 8 years ago
-[UIWindow endDisablingInterfaceAutorotationAnimated:] called on <UITextEffectsWindow: 0x7fc2917f89f0; frame = (0 0; 414 736); opaque = NO; autoresize = W+H; layer = <UIWindowLayer: 0x7fc2917f9010>> without matching -beginDisablingInterfaceAutorotation. Ignoring.
I'm not much sure but looks like it is the inputAccessoryView. Could you please try with setting textView.inputAccessoryView = [[UIView alloc] init];
textView.inputAccessoryView = [[UIView alloc] init];
-[UIWindow endDisablingInterfaceAutorotationAnimated:] called on <UITextEffectsWindow: 0x7fc2917f89f0; frame = (0 0; 414 736); opaque = NO; autoresize = W+H; layer = <UIWindowLayer: 0x7fc2917f9010>> without matching -beginDisablingInterfaceAutorotation. Ignoring.