I am trying to put a first launch view. I already tried some stuff but that won\'t work.
Here is what I have:
- (BOOL)application:(UIApplication *)a
If you do nothing, the storyboard's initial view controller will appear. If you want something else to happen, what you want to set is self.window.rootViewController. In that case you will also need to create and show the window manually.
self.window.rootViewController