dealloc on Background Thread

前端 未结 4 1739
北荒
北荒 2021-01-18 22:55

Is it an error to call dealloc on a UIViewController from a background thread? It seems that UITextView (can?) eventually call _

4条回答
  •  无人共我
    2021-01-18 23:23

    The simple rule is that it's an error to do anything on a UI* from a background thread.

提交回复
热议问题