我有一個登錄頁面作爲模式視圖控制器呈現,當UITextField成爲縱向模式下的第一響應者時,視圖向左移動。我想知道這是爲什麼? presentModalView全屏視圖在顯示鍵盤時向左移動
的代碼非常簡單:
LoginViewController* lvc = [[LoginViewController alloc] init];
lvc.delegate = self;
[self.parentViewController presentModalViewController:lvc animated:YES];
[lvc release];
這裏面一個UIViewController稱爲其被呈現爲modalViewController以及OptionsViewController。所以基本上,我從一個modalViewController呈現modalViewController
請粘貼該代碼。 – Legolas 2011-06-05 01:12:20
代碼現在有 – adit 2011-06-05 01:18:24