0
我試圖讓當按下一個UIButton鍵盤消失鍵盤消失 -IOS - 讓時的UIButton按下
-(IBAction)nextButtonPressed{
[usernameTextField resignFirstResponder];
[passwordTextField resignFirstResponder];
}
我已經宣佈了按鈕IBOutlet中,並在故事板它連接到IBAction爲。但是代碼不起作用,鍵盤仍然可見。我究竟做錯了什麼 ?
難道方法nextButtonPressed被調用? – 2012-07-19 03:17:19
NS在nextButtonPressed中同時記錄usernameTextField和passwordTextField。 – 2012-07-19 03:19:00
它只是說(空) – 2012-07-19 03:47:47