1.在登錄頁面,或者編輯頁面,常常會出現彈出的鍵盤將內容遮住的狀況。出現此種狀況。能夠經過鍵盤的通知來處理。html
UIKeyboardWillShowNotification
UIKeyboardDidShowNotification
UIKeyboardWillHideNotification
UIKeyboardDidHideNotificationios
通知消息 NSNotification中的 userInfo字典中包含鍵盤的位置和大小信息,對應的key爲app
UIKeyboardFrameBeginUserInfoKey
UIKeyboardFrameEndUserInfoKey
UIKeyboardAnimationDurationUserInfoKey
UIKeyboardAnimationCurveUserInfoKeyide