How to call GrandCentralDispatch properly
I am trying to load custom data type from my API and display it on my landing page of an iOS app. As i understand, I should call something like: override func viewDidLoad() { performSelector(inBackground: #selector(fetchJSON), with: nil) let myCustomDataType…