オブジェクトUIImageView、UILabel、およびUITextViewを含むカスタムテーブルビューセルがあります。UITextView を除くすべてのオブジェクトは正常に動作しますが、textView のテキストを変更しようとすると:
myTextView.text = @"Some string";
アプリが次のエラーでクラッシュします。
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...
どんな提案でも大歓迎です。ありがとう