MKNetworkKit
MKNetworkKit copied to clipboard
UI API called on a background thread
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.