Since the docs suggested we remove everything inside the `didFinishLaunchingWithOptions`, without the return statement there was an `Control reaches end of non-void function` error since the function expects a boolean return. After adding this, the error goes away.
|
||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
|
|
24 |
|
|
25 |
|
|
26 |
|