Is there anyway to implement this loading HUD into the LaunchImage when the application first starts. The link to the progress hud is called ACProgressHUD: https://github.com/ErAbhishekChandani/ACProgressHUD
If not, is there a way to control the launch image and what it should present using the app delegate like
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:
Ultimately I would like to implement a loading animation to the launch image, and these are just some ways I am thinking it can be done.