我的应用程序崩溃并提供如下输出:
Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of calling to UIKit from a secondary thread. Crashing now...
1 WebThreadLock
2 -[UIWebDocumentView(UIWebDocumentViewTextSelecting) selectionBaseWritingDirection]
3 -[UITextField _resignFirstResponder]
4 -[UIResponder _finishResignFirstResponder]
5 -[UIResponder resignFirstResponder]
6 -[UITextField resignFirstResponder]
7 -[UIView(UITextField) endEditing:]
8 -[UIWindowController _prepareKeyboardForTransition:fromView:]
9 -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:]
10 -[UIViewController presentViewController:withTransition:completion:]
11 -[UIViewController presentViewController:animated:completion:]
12 -[UIViewController presentModalViewController:animated:]
13 -[studentlogViewController parse]
14 -[NSThread main]
15 __NSThread__main__
16 _pthread_start
17 thread_start
谁能告诉我,我疯了,我不知道这里发生了什么