MKNetworkKit icon indicating copy to clipboard operation
MKNetworkKit copied to clipboard

UI API called on a background thread

Open shikun0625 opened this issue 7 years ago • 0 comments

MKNetworkEngine observeValueForKeyPath:ofObject:change:context:

[UIApplication sharedApplication].networkActivityIndicatorVisible = ([_sharedNetworkQueue.operations count] > 0);

Will throw a issue what is "UI API called on a background thread".

MKNetworkEngine.m line 185.

shikun0625 avatar Apr 16 '18 03:04 shikun0625