I have a launch screen equal to a RootViewController I created for loading purposes. What happens is that if I kill the app, and then reopen it, it goes like this:
- Launch Screen appears.
- Launch Screen disappears and I can see my main view for a split second.
- Launch Screen reappears and finishes loading.
This is pretty weird since I don't seem to have any control over this.
Any thoughts on why this is happening?