I am new in ios swift ,
how can I fetch data from webservice during splash screen time ,
In other words I want to make splash screen still appear until the app finish fetching data.
I tried put NSURLConnection.sendAsynchronousRequest
function in appdelegate but splash screen not wait sendAsynchronousRequest to finish