Is it an error to call dealloc on a UIViewController from a background thread? It seems that UITextView (can?) eventually call _
dealloc
UIViewController
UITextView
_
The simple rule is that it's an error to do anything on a UI* from a background thread.
UI*