Is it possible to build some logic into the iOS launch screen storyboard?
I want a 'splash' screen showing the title, only when the user launches my app for the first time.
Then in subsequent launches, I'd like the launch screen to have an empty navigation controller.
(If there's a way to do this programmatically/outside of storyboard/IB, more than happy to do this too).
Thanks