NSInteralInconsistencyException - UIKeyboardLayoutAlignmentView

前端 未结 4 2129
旧时难觅i
旧时难觅i 2020-12-06 04:42

I am getting the follow crash in my reports but I don\'t have a clue as to where to start looking! - any help appreciated. I have no calls or reference to UIKeyboardLayoutA

4条回答
  •  再見小時候
    2020-12-06 04:53

    This might help someone with the same issue. I came here to check out your answer, but it didn't work for me.

    iOS 8.3 UIAlertController crashes when trying to add a textfield

    To reiterate what's on the other thread, I solved it by setting the animated flag to "NO" when presenting the UIAlertController

    [self presentViewController:alert animated:NO completion:nil];
    

提交回复
热议问题