Start loading after launch - iOS -


when parse xml in viewdidload data parsed while launch screen shown. how can launch app , let's blur view , type loading. problem whenever put code in viewdidload, run while app launching(launch screen).

add code in viewdidappear

override func viewdidappear(animated: bool)     { //your code here.     } 

Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -