In iOS , What functions are running before the launch screen shows -


sometimes , when click app icon on desktop , keeps highlighted period of time , 1~2 seconds , app opens , shows launch screen. i've no idea how decrease waiting time.

so want know in period of time , did app ? functions running before launch screen shows ?

it sounds me doing lot in viewdidload function of initial viewcontroller of main storyboard. cause launch screen stay on screen until functionality has finished.

you can fix putting functionality background thread if it's not essential has finished before viewcontroller presented.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -