AppDelegateのapplicationDidFinishLaunchingメソッド デベロッパドキュメントを見ると、applicationDidFinishLaunchingメソッドは アプリケーションの初期化や設定を行うメソッドのようだ。 アプリケーションを起動して確認すると、アプリケーション起動後にこのメソッドが呼ばれていた。 - (void)applicationDidFinishLaunching:(UIApplication *)application { // The application ships with a default database in its bundle. If anything in the application // bundle is altered, the code sign will fail. We want the databa