UINavigationController を使用してアプリケーション ルート コントローラーを開始すると、この奇妙な動作が発生します。最初の起動時に、ナビゲーション バーと最初のビューコントローラー コントローラーの間に空のスペースがあります。しかし、別のビューに切り替えて最初のビューに戻った後、完全なコンテンツが表示されます。これで何か問題がありますか?
tab_bar_controller = RootViewController.alloc.initWithNibName(nil, bundle:nil)
@window.rootViewController = UINavigationController.alloc.initWithRootViewController(tab_bar_controller)
ご協力いただきありがとうございます。