私のiPhoneアプリケーションにUINavigationControllerを追加するのに奇妙な問題があります。次のように私は、コントローラを追加します。iPhone:UINavigationControllerの上部に奇妙なスペースがあります
myViewController *viewController = [[myViewController alloc] initWithNibName:@"myView" bundle:nil];
myNavigationViewController *navigationController = [[myNavigationViewController alloc] initWithRootViewController:viewController];
UIView *finalView = myeNavigationViewController.view;
[self.view addSubview:finalView];
すべては私がステータスバーとUINavigationControllerのタイトルバーの間に私のビューの上部に奇妙な空白を取得除き予定通りに動作するようです。 alt text http://www.andrewskinner.name/problem.png
私はオンラインで検索しましたが、何を検索するのか分かりません。誰にもこの問題がありましたか?あなたは私の助けの方向に向けることができますか?
ありがとうございます。